summaryrefslogtreecommitdiffstats
path: root/contrib/byacc
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2017-06-12 17:37:18 +0000
committerngie <ngie@FreeBSD.org>2017-06-12 17:37:18 +0000
commit1017c991b1cd2684dcf01ef4801db4bfe18320b4 (patch)
tree36d4ee9168e668a397bd8d387365a099c444e331 /contrib/byacc
parent64038ea078e15f02b4585c0efb540495a3e3d608 (diff)
downloadFreeBSD-src-1017c991b1cd2684dcf01ef4801db4bfe18320b4.zip
FreeBSD-src-1017c991b1cd2684dcf01ef4801db4bfe18320b4.tar.gz
MFC r313398:
Approved by: re (gjb) Apply r274475's to expr.oxout.tab.c to fix the test on FreeBSD YYINT on FreeBSD is int, not short I'll work with the upstream maintainer or come up with a build method of modifying their definitions on install instead of having to modify tests to match our forked YYINT definition. PR: 216891
Diffstat (limited to 'contrib/byacc')
-rw-r--r--contrib/byacc/test/yacc/expr.oxout.tab.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/byacc/test/yacc/expr.oxout.tab.c b/contrib/byacc/test/yacc/expr.oxout.tab.c
index b4b7ec4..fb16527 100644
--- a/contrib/byacc/test/yacc/expr.oxout.tab.c
+++ b/contrib/byacc/test/yacc/expr.oxout.tab.c
@@ -178,7 +178,7 @@ extern int YYPARSE_DECL();
#define ID 257
#define CONST 258
#define YYERRCODE 256
-typedef short YYINT;
+typedef int YYINT;
static const YYINT expr.oxout_lhs[] = { -1,
2, 0, 1, 3, 3, 3, 3, 3, 3, 3,
};
OpenPOWER on IntegriCloud