projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9519f6c
)
ensure that the parser is generated in 'full/fast' mode
author
Kevin P. Fleming
<kpfleming@digium.com>
Tue, 30 Aug 2005 14:44:00 +0000
(14:44 +0000)
committer
Kevin P. Fleming
<kpfleming@digium.com>
Tue, 30 Aug 2005 14:44:00 +0000
(14:44 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6450
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
4e99b6b
..
842331a
100755
(executable)
--- a/
Makefile
+++ b/
Makefile
@@
-391,7
+391,7
@@
ast_expr2.c:
bison -d --name-prefix=ast_yy ast_expr2.y -o ast_expr2.c
ast_expr2f.c:
- flex ast_expr2.fl
+ flex --full ast_expr2.fl
testexpr2: ast_expr2f.c ast_expr2.c ast_expr2.h
gcc -g -c -DSTANDALONE ast_expr2f.c