]> git.ipfire.org Git - thirdparty/asterisk.git/commit
ael: Regenerate lexers and parsers.
authorSean Bright <sean@seanbright.com>
Tue, 21 Mar 2023 13:24:59 +0000 (09:24 -0400)
committerFriendly Automation <jenkins2@gerrit.asterisk.org>
Mon, 3 Apr 2023 12:13:57 +0000 (07:13 -0500)
commit34ff836db5679cb1dc6f9d5ba8809d1a437ec0e3
tree9c29fbff1b863681cde1953d9bac8104e7605dd3
parent1ba3b34f775edd70a74b3136948ebabb8ae0e36a
ael: Regenerate lexers and parsers.

Various changes to ensure that the lexers and parsers can be correctly
generated when REBUILD_PARSERS is enabled.

Some notes:

* Because of the version of flex we are using to generate the lexers
  (2.5.35) some post-processing in the Makefile is still required.

* The generated lexers do not contain the problematic C99 check that
  was being replaced by the call to sed in the respective Makefiles so
  it was removed.

* Since these files are generated, they will include trailing
  whitespace in some places. This does not need to be corrected.

Change-Id: Ibbd343606fcf5c0d285b1599e6e8e59f514f2e4e
main/Makefile
main/ast_expr2.c
main/ast_expr2.h
main/ast_expr2f.c
res/Makefile
res/ael/ael.flex
res/ael/ael.tab.c
res/ael/ael.tab.h
res/ael/ael_lex.c