From: Sa Liu Date: Thu, 15 May 2008 12:45:49 +0000 (+0000) Subject: Add new parameter to NAMED_INTCST. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7306b62814c94bf5654e4a4b91ef96a8625fbb5e;p=gcc.git Add new parameter to NAMED_INTCST. From-SVN: r135337 --- diff --git a/gcc/fortran/gfortran.h b/gcc/fortran/gfortran.h index b11cfa3c24d..33988d33ed8 100644 --- a/gcc/fortran/gfortran.h +++ b/gcc/fortran/gfortran.h @@ -556,7 +556,7 @@ init_local_integer; /* Used for keeping things in balanced binary trees. */ #define BBT_HEADER(self) int priority; struct self *left, *right -#define NAMED_INTCST(a,b,c) a, +#define NAMED_INTCST(a,b,c,d) a, typedef enum { ISOFORTRANENV_INVALID = -1, @@ -566,7 +566,7 @@ typedef enum iso_fortran_env_symbol; #undef NAMED_INTCST -#define NAMED_INTCST(a,b,c) a, +#define NAMED_INTCST(a,b,c,d) a, #define NAMED_REALCST(a,b,c) a, #define NAMED_CMPXCST(a,b,c) a, #define NAMED_LOGCST(a,b,c) a,