]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/c/c-tree.h
Come up with fndecl_built_in_p.
[thirdparty/gcc.git] / gcc / c / c-tree.h
index ae1a1e60d4bf4626accf2235dff8213b3502cc5f..017c01c592ce6825ec211b2b16bc63eecf51258a 100644 (file)
@@ -102,7 +102,7 @@ along with GCC; see the file COPYING3.  If not see
 #define C_DECL_ISNT_PROTOTYPE(EXP)                     \
        (EXP == 0                                       \
        || (!prototype_p (TREE_TYPE (EXP))      \
-           && !DECL_BUILT_IN (EXP)))
+           && !fndecl_built_in_p (EXP)))
 
 /* For FUNCTION_TYPE, a hidden list of types of arguments.  The same as
    TYPE_ARG_TYPES for functions with prototypes, but created for functions