parser: new bison version

This commit is contained in:
Felipe Zimmerle
2020-02-11 11:15:09 -03:00
parent 136db3e582
commit 6a0df8ca5c
5 changed files with 1754 additions and 1537 deletions

View File

@@ -1,10 +1,10 @@
// A Bison parser, made by GNU Bison 3.3.2.
// A Bison parser, made by GNU Bison 3.5.1.
// Starting with Bison 3.2, this file is useless: the structure it
// used to define is now defined in "location.hh".
//
// To get rid of this file:
// 1. add 'require "3.2"' (or newer) to your grammar file
// 1. add '%require "3.2"' (or newer) to your grammar file
// 2. remove references to this file from your build system
// 3. if you used to include it, include "location.hh" instead.