mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-08 19:08:14 +00:00
ensure that the parser is generated in 'full/fast' mode
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6450 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
2
Makefile
2
Makefile
@@ -391,7 +391,7 @@ ast_expr2.c:
|
|||||||
bison -d --name-prefix=ast_yy ast_expr2.y -o ast_expr2.c
|
bison -d --name-prefix=ast_yy ast_expr2.y -o ast_expr2.c
|
||||||
|
|
||||||
ast_expr2f.c:
|
ast_expr2f.c:
|
||||||
flex ast_expr2.fl
|
flex --full ast_expr2.fl
|
||||||
|
|
||||||
testexpr2: ast_expr2f.c ast_expr2.c ast_expr2.h
|
testexpr2: ast_expr2f.c ast_expr2.c ast_expr2.h
|
||||||
gcc -g -c -DSTANDALONE ast_expr2f.c
|
gcc -g -c -DSTANDALONE ast_expr2f.c
|
||||||
|
|||||||
Reference in New Issue
Block a user