diff options
author | DongHun Kwak <dh0128.kwak@samsung.com> | 2021-10-01 14:49:20 +0900 |
---|---|---|
committer | DongHun Kwak <dh0128.kwak@samsung.com> | 2021-10-01 14:49:20 +0900 |
commit | 8dfed95e7809386a585b1de8ec189a9e79a411ee (patch) | |
tree | f155651398a91071ac867731c84f3e2c0b74eadf /test/btyacc/inherit1.tab.c | |
parent | 730b811b273ff2bfe2393434b6575fe81a2cdcc9 (diff) | |
download | byacc-upstream/20210520.tar.gz byacc-upstream/20210520.tar.bz2 byacc-upstream/20210520.zip |
Imported Upstream version 20210520upstream/20210520
Diffstat (limited to 'test/btyacc/inherit1.tab.c')
-rw-r--r-- | test/btyacc/inherit1.tab.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/btyacc/inherit1.tab.c b/test/btyacc/inherit1.tab.c index 65f9434..1f9f64b 100644 --- a/test/btyacc/inherit1.tab.c +++ b/test/btyacc/inherit1.tab.c @@ -192,7 +192,7 @@ extern int YYPARSE_DECL(); #define INTEGER 260 #define NAME 261 #define YYERRCODE 256 -typedef short YYINT; +typedef int YYINT; static const YYINT inherit1_lhs[] = { -1, 0, 0, 3, 3, 4, 4, 1, 1, 5, 6, 2, |