mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-18 08:43:03 +00:00
(b4_token_defines): Also define YYTOKENTYPE for K&R C.
This commit is contained in:
@@ -100,9 +100,9 @@ m4_map_sep([ b4_token_enum], [,
|
|||||||
],
|
],
|
||||||
[$@])
|
[$@])
|
||||||
};
|
};
|
||||||
/* POSIX requires `int' for tokens in interfaces. */
|
|
||||||
# define YYTOKENTYPE int
|
|
||||||
# endif
|
# endif
|
||||||
|
/* POSIX requires `int' for tokens in interfaces. */
|
||||||
|
# define YYTOKENTYPE int
|
||||||
#endif /* !YYTOKENTYPE */
|
#endif /* !YYTOKENTYPE */
|
||||||
m4_map([b4_token_define], [$@])
|
m4_map([b4_token_define], [$@])
|
||||||
])
|
])
|
||||||
|
|||||||
Reference in New Issue
Block a user