diff options
author | Bernd Schmidt <bernds@cygnus.co.uk> | 1999-09-24 10:07:04 +0000 |
---|---|---|
committer | Bernd Schmidt <crux@gcc.gnu.org> | 1999-09-24 10:07:04 +0000 |
commit | 26db82d823eeb8de6d630e24eed02e3c6162371b (patch) | |
tree | b6a1620ccaaf62ffd2a78f363d4bc02b528fabe8 /gcc/c-common.h | |
parent | fd903acc8077c9a197f2c2e05104579290453bcd (diff) | |
download | gcc-26db82d823eeb8de6d630e24eed02e3c6162371b.zip gcc-26db82d823eeb8de6d630e24eed02e3c6162371b.tar.gz gcc-26db82d823eeb8de6d630e24eed02e3c6162371b.tar.bz2 |
Allow to distinguish between three classes of builtin functions
From-SVN: r29653
Diffstat (limited to 'gcc/c-common.h')
-rw-r--r-- | gcc/c-common.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/c-common.h b/gcc/c-common.h index d416770..86abdbf 100644 --- a/gcc/c-common.h +++ b/gcc/c-common.h @@ -113,10 +113,6 @@ extern tree truthvalue_conversion PROTO((tree)); extern tree type_for_mode PROTO((enum machine_mode, int)); extern tree type_for_size PROTO((unsigned, int)); -/* Declare a predefined function. Return the declaration. This function is - provided by each language frontend. */ -extern tree builtin_function PROTO((const char *, tree, enum built_in_function, const char *)); - /* Build tree nodes and builtin functions common to both C and C++ language frontends. */ extern void c_common_nodes_and_builtins PROTO((int, int, int)); |