From: Richard Stallman Date: Sat, 14 Mar 1992 20:55:54 +0000 (+0000) Subject: entered into RCS X-Git-Tag: misc/cutover-egcs-0~13444 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3cfd4ab5097a922295f14f75cef931f03d0a7a07;p=thirdparty%2Fgcc.git entered into RCS From-SVN: r487 --- diff --git a/gcc/c-tree.h b/gcc/c-tree.h index 1c680be40272..566b5a7b3b5b 100644 --- a/gcc/c-tree.h +++ b/gcc/c-tree.h @@ -145,6 +145,9 @@ extern tree make_index_type (); /* Add qualifiers to a type, in the fashion for C. */ extern tree c_build_type_variant (); +/* Declare a predefined function. Return the declaration. */ +extern tree builtin_function (); + /* Functions in c-common.c: */ /* Concatenate a list of STRING_CST nodes into one STRING_CST. */