aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Stallman <rms@gnu.org>1992-03-14 20:55:54 +0000
committerRichard Stallman <rms@gnu.org>1992-03-14 20:55:54 +0000
commit3cfd4ab5097a922295f14f75cef931f03d0a7a07 (patch)
tree213994a60029f8b061adcd4ff53f1908bcaebac1 /gcc
parent92a5ff5d5ef85b6ab006eebc33dc99cb9c4e3b92 (diff)
downloadgcc-3cfd4ab5097a922295f14f75cef931f03d0a7a07.zip
gcc-3cfd4ab5097a922295f14f75cef931f03d0a7a07.tar.gz
gcc-3cfd4ab5097a922295f14f75cef931f03d0a7a07.tar.bz2
entered into RCS
From-SVN: r487
Diffstat (limited to 'gcc')
-rw-r--r--gcc/c-tree.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/c-tree.h b/gcc/c-tree.h
index 1c680be..566b5a7 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. */