entered into RCS
authorRichard Stallman <rms@gnu.org>
Sat, 14 Mar 1992 20:55:54 +0000 (20:55 +0000)
committerRichard Stallman <rms@gnu.org>
Sat, 14 Mar 1992 20:55:54 +0000 (20:55 +0000)
From-SVN: r487

gcc/c-tree.h

index 1c680be4027219df8fcc8ccdfd61c8ab738b3ab9..566b5a7b3b5b805d76f4e45111d3d8cd6483bc00 100644 (file)
@@ -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.  */