mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-16 15:53:03 +00:00
(yysigned_char): New type.
This commit is contained in:
@@ -198,6 +198,12 @@ static YYLTYPE yyloc_default;
|
|||||||
# define yyfalse 0
|
# define yyfalse 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if defined (__STDC__) || defined (__cplusplus)
|
||||||
|
typedef signed char yysigned_char;
|
||||||
|
#else
|
||||||
|
typedef short yysigned_char;
|
||||||
|
#endif
|
||||||
|
|
||||||
/*-----------------.
|
/*-----------------.
|
||||||
| GCC extensions. |
|
| GCC extensions. |
|
||||||
`-----------------*/
|
`-----------------*/
|
||||||
|
|||||||
@@ -307,6 +307,12 @@ b4_location_if(
|
|||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if defined (__STDC__) || defined (__cplusplus)
|
||||||
|
typedef signed char yysigned_char;
|
||||||
|
#else
|
||||||
|
typedef short yysigned_char;
|
||||||
|
#endif
|
||||||
|
|
||||||
/* YYFINAL -- State number of the termination state. */
|
/* YYFINAL -- State number of the termination state. */
|
||||||
#define YYFINAL b4_final_state_number
|
#define YYFINAL b4_final_state_number
|
||||||
#define YYLAST b4_last
|
#define YYLAST b4_last
|
||||||
|
|||||||
Reference in New Issue
Block a user