]> 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)
committerAsterisk Development Team <asteriskteam@digium.com>
Mon, 8 May 2023 18:13:35 +0000 (18:13 +0000)
commit6ff3258c170866bb2b87c942dbb4d1c08d501550
treec5440b4a4bdca2ea4a8f8505b2ae2a294c6f8511
parent2ac8388c6dee144ac45740d534f8033823305aa3
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
(cherry picked from commit 34ff836db5679cb1dc6f9d5ba8809d1a437ec0e3)
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