Bison: use the %language directive instead of %skeleton for specifying C++

issue#70
Sébastien Villemot 2018-07-24 14:02:10 +02:00
parent 937659747a
commit 372005ed27
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@
* along with Dynare. If not, see <http://www.gnu.org/licenses/>.
*/
%skeleton "lalr1.cc"
%language "c++"
%require "2.5"
%defines

View File

@ -17,7 +17,7 @@
* along with Dynare. If not, see <http://www.gnu.org/licenses/>.
*/
%skeleton "lalr1.cc"
%language "c++"
%require "2.5"
%defines