diff options
Diffstat (limited to 'gcc/f/com.h')
-rw-r--r-- | gcc/f/com.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/f/com.h b/gcc/f/com.h index 6cf8aaa..1557697 100644 --- a/gcc/f/com.h +++ b/gcc/f/com.h @@ -176,7 +176,7 @@ the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA typedef enum { -#define DEFGFRT(CODE,NAME,TYPE,ARGS,VOLATILE,COMPLEX) CODE, +#define DEFGFRT(CODE,NAME,TYPE,ARGS,VOLATILE,COMPLEX,CONST) CODE, #include "com-rt.def" #undef DEFGFRT FFECOM_gfrt |