X-Git-Url: https://git.saurik.com/cycript.git/blobdiff_plain/cbd87cbe604bd2d734a6a4ce624b2ba0ce5ee940..972562bf68a236b4580b6074415cbf4e07b0a0c6:/Makefile.in diff --git a/Makefile.in b/Makefile.in index e7ef78c..3ca299b 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1318,6 +1318,7 @@ Scanner.lo: Parser.hpp IdentifierStart.h IdentifierContinue.h Parser.cpp Parser.hpp stack.hh Parser.output: Parser.ypp $(BISON) -v --report=state -Werror -o Parser.cpp $< ! grep -n '^State [0-9]* conflicts:' Parser.output + ! grep -n '^ *.* *reduce using rule [0-9]* (Lex[A-Z][^)]*)$$' Parser.output | grep -v '$$default' ! grep -n '^ *$$default *reduce using rule [0-9]* (Lex[A-Z][^)]*)$$' Parser.output -B 2 | grep 'shift, and go to state [0-9]*$$' ! grep -n '^ *$$default *reduce using rule [0-9]* (Lex[A-Z][^)]*)$$' Parser.output -B 2 | grep -v '$$default' | grep 'reduce using rule [0-9]* ([^)]*)$$'