From 3cfd4ab5097a922295f14f75cef931f03d0a7a07 Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Sat, 14 Mar 1992 20:55:54 +0000 Subject: [PATCH] entered into RCS From-SVN: r487 --- gcc/c-tree.h | 3 +++ 1 file changed, 3 insertions(+) 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. */ -- 2.30.2