From: Richard Stallman Date: Sat, 14 Mar 1992 20:55:54 +0000 (+0000) Subject: entered into RCS X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3cfd4ab5097a922295f14f75cef931f03d0a7a07;p=gcc.git entered into RCS From-SVN: r487 --- diff --git a/gcc/c-tree.h b/gcc/c-tree.h index 1c680be4027..566b5a7b3b5 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. */