Mercurial > hg > octave-nkf
diff libinterp/parse-tree/oct-parse.in.yy @ 17743:af5ad573c665
oct-parse.in.yy: Add %expect declaration.
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Wed, 23 Oct 2013 20:30:03 -0400 |
parents | f79bf671a493 |
children | d63878346099 |
line wrap: on
line diff
--- a/libinterp/parse-tree/oct-parse.in.yy +++ b/libinterp/parse-tree/oct-parse.in.yy @@ -124,6 +124,11 @@ // Bison declarations. +// The grammar currently has 14 shift/reduce conflicts. Ensure that +// we notice if that number changes. + +%expect 14 + // Don't add spaces around the = here; it causes some versions of // bison to fail to properly recognize the directive.