Add new parameter to NAMED_INTCST.

From-SVN: r135337
This commit is contained in:
Sa Liu 2008-05-15 12:45:49 +00:00
parent 81d19c06fc
commit 7306b62814
1 changed files with 2 additions and 2 deletions

View 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,