]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/tree.h
* langhooks.h (builtin_function): New langhook.
[thirdparty/gcc.git] / gcc / tree.h
index 0c308686b61dbc217b799b9f5951441917b815b7..31e117312fa8e2d6b71971dafa66ab00e3fa556f 100644 (file)
@@ -3306,11 +3306,6 @@ extern GTY(()) tree current_function_func_begin_label;
    chain of FILE_DECLs; currently only C uses it.  */
 
 extern GTY(()) tree current_file_decl;
-
-/* Declare a predefined function.  Return the declaration.  This function is
-   provided by each language frontend.  */
-extern tree builtin_function (const char *, tree, int, enum built_in_class,
-                             const char *, tree);
 \f
 /* In tree.c */
 extern unsigned crc32_string (unsigned, const char *);