File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -44,10 +44,10 @@ BUILT_SOURCES = src/builtin.inc src/version.h
44
44
$(AM_V_LEX ) echo " NOT building lexer.c!"
45
45
endif
46
46
47
- # Tell YACC (bison ) autoconf macros that you want a header file created.
48
- # If the --warnings=all fails, you probably have an old version of bison
49
- # OSX ships an old bison , so update with homebrew or macports
50
- AM_YFLAGS = --warnings=all -d
47
+ # Tell YACC (Bison ) autoconf macros that you want a header file created.
48
+ # If the --warnings=all fails, you probably have an old version of Bison
49
+ # macOS ships an old Bison , so update with Homebrew or MacPorts.
50
+ AM_YFLAGS = --warnings=all -Wno-yacc - d
51
51
52
52
# ## libjq
53
53
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ struct lexer_param;
26
26
}
27
27
28
28
%locations
29
- %error- verbose
29
+ %define parse. error verbose
30
30
%define api.pure
31
31
%union {
32
32
jv literal;
You can’t perform that action at this time.
0 commit comments