summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikael Magnusson <mikma@users.sourceforge.net>2021-09-14 23:34:21 +0200
committerMikael Magnusson <mikma@users.sourceforge.net>2021-12-03 21:26:42 +0100
commit8a5ec143bdfb2f00b8b779bca98d40f97bfe7338 (patch)
tree13f792d4abf89e4af3f35ddd32f773fb3f6e697d
parent83bfe85d3bd0b2f7e8c5d59bc901376e393c5b1e (diff)
Conf: Fail build if number of shift reduce conflicts changes from 2dmwg-0.0.2
Increase this value if the number of shift reduce conflicts changes in the future.
-rw-r--r--conf/confbase.Y2
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/confbase.Y b/conf/confbase.Y
index 99349c4e..41a99adf 100644
--- a/conf/confbase.Y
+++ b/conf/confbase.Y
@@ -126,6 +126,8 @@ CF_DECLS
%left '!'
%nonassoc '.'
+%expect 2
+
%start config
CF_KEYWORDS(DEFINE, ON, OFF, YES, NO, S, MS, US, PORT, VPN, MPLS, FROM)