]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/fortran/trans.h
* langhooks.h (builtin_function): New langhook.
[thirdparty/gcc.git] / gcc / fortran / trans.h
index fe8db4e370d91b247282391a2c71b58049d088b2..9d6473486c28ff2b5f1fd0f647fb524412d45ff4 100644 (file)
@@ -427,6 +427,8 @@ void pushlevel (int);
 tree poplevel (int, int, int);
 tree getdecls (void);
 tree gfc_truthvalue_conversion (tree);
+tree builtin_function (const char *, tree, int, enum built_in_class,
+                      const char *, tree);
 
 /* Runtime library function decls.  */
 extern GTY(()) tree gfor_fndecl_internal_malloc;