]> 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 17:55:17 +0000 (17:55 +0000)
commitaba5d71743cad76661bcecf933fa2250e817bbb7
treefa9330b0bbb12237c2c53f06bd2ec96d5e79b4ac
parent5aa0b0f961d8fa1ffb9013115ce9fd22db8bd8fe
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 ee4278959a4b6f7c4ccbc62d92853665334c28d6)
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