Closed polluks closed 1 year ago
Please check the minimum required version of bison
$ make /bin/bash ../ylwrap parser.y y.tab.c parser.c y.tab.h `echo parser.c | sed -e s/cc$/hh/ -e s/cpp$/hpp/ -e s/cxx$/hxx/ -e s/c++$/h++/ -e s/c$/h/` y.output parser.output -- bison -o y.tab.c -d /home/stefan/g/cdecl/src/parser.y:29.1-41: error: %define variable 'api.header.include' is not used %define api.header.include { "parser.h" } ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ make: *** [Makefile:1855: parser.c] Error 1
Simpler just to remove the %define: 255133ace878109826cc0c8cab13a6e2a7fdee9e.
%define
Please check the minimum required version of bison