Add new parameter to NAMED_INTCST.
authorSa Liu <saliu@gcc.gnu.org>
Thu, 15 May 2008 12:45:49 +0000 (12:45 +0000)
committerSa Liu <saliu@gcc.gnu.org>
Thu, 15 May 2008 12:45:49 +0000 (12:45 +0000)
From-SVN: r135337

gcc/fortran/gfortran.h

index b11cfa3c24d1531945e5c0d9424def476fdc2661..33988d33ed8e675022eb2fe265c2b0870e44afda 100644 (file)
@@ -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,