summaryrefslogtreecommitdiff
path: root/gcc/c-tree.h
diff options
context:
space:
mode:
authorrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>1992-03-14 20:55:54 +0000
committerrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>1992-03-14 20:55:54 +0000
commitb822bc1d274166c09ae96d5f981d455658e0e370 (patch)
tree213994a60029f8b061adcd4ff53f1908bcaebac1 /gcc/c-tree.h
parentff8443a4ce52a71310ff8c8f5ed41283ba48f05e (diff)
downloadgcc-b822bc1d274166c09ae96d5f981d455658e0e370.tar.gz
entered into RCS
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@487 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/c-tree.h')
-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 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. */