diff options
Diffstat (limited to 'gcc/fortran/f95-lang.c')
-rw-r--r-- | gcc/fortran/f95-lang.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fortran/f95-lang.c b/gcc/fortran/f95-lang.c index 70548bf..91dc491 100644 --- a/gcc/fortran/f95-lang.c +++ b/gcc/fortran/f95-lang.c @@ -788,7 +788,7 @@ gfc_init_builtin_functions (void) build_function_type_list (void_type_node, ptype, ptype, NULL_TREE); /* Non-math builtins are defined manually, so they're not included here. */ -#define OTHER_BUILTIN(ID,NAME,TYPE) +#define OTHER_BUILTIN(ID,NAME,TYPE,CONST) #include "mathbuiltins.def" |