Commit 3cfd4ab5 by Richard Stallman

entered into RCS

From-SVN: r487
parent 92a5ff5d
...@@ -145,6 +145,9 @@ extern tree make_index_type (); ...@@ -145,6 +145,9 @@ extern tree make_index_type ();
/* Add qualifiers to a type, in the fashion for C. */ /* Add qualifiers to a type, in the fashion for C. */
extern tree c_build_type_variant (); extern tree c_build_type_variant ();
/* Declare a predefined function. Return the declaration. */
extern tree builtin_function ();
/* Functions in c-common.c: */ /* Functions in c-common.c: */
/* Concatenate a list of STRING_CST nodes into one STRING_CST. */ /* Concatenate a list of STRING_CST nodes into one STRING_CST. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment