diff options
author | rms <rms@138bc75d-0d04-0410-961f-82ee72b054a4> | 1992-03-14 20:55:54 +0000 |
---|---|---|
committer | rms <rms@138bc75d-0d04-0410-961f-82ee72b054a4> | 1992-03-14 20:55:54 +0000 |
commit | b822bc1d274166c09ae96d5f981d455658e0e370 (patch) | |
tree | 213994a60029f8b061adcd4ff53f1908bcaebac1 /gcc/c-tree.h | |
parent | ff8443a4ce52a71310ff8c8f5ed41283ba48f05e (diff) | |
download | gcc-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.h | 3 |
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. */ |