(b4_token_defines): Also define YYTOKENTYPE for K&R C.

This commit is contained in:
Paul Eggert
2002-05-03 17:54:29 +00:00
parent 9306c70c63
commit fba798c78e

View File

@@ -100,9 +100,9 @@ m4_map_sep([ b4_token_enum], [,
],
[$@])
};
/* POSIX requires `int' for tokens in interfaces. */
# define YYTOKENTYPE int
# endif
/* POSIX requires `int' for tokens in interfaces. */
# define YYTOKENTYPE int
#endif /* !YYTOKENTYPE */
m4_map([b4_token_define], [$@])
])