From 26db82d823eeb8de6d630e24eed02e3c6162371b Mon Sep 17 00:00:00 2001 From: Bernd Schmidt Date: Fri, 24 Sep 1999 10:07:04 +0000 Subject: Allow to distinguish between three classes of builtin functions From-SVN: r29653 --- gcc/c-common.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'gcc/c-common.h') 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)); -- cgit v1.1