]> 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:58:23 +0000 (07:58 -0500)
commitacd1513111c30aa83aed48b2a72c3e2bc67915d1
tree1cc715899067b571c3822cf30d3429aa74fdd979
parent7dc73c81510a4e0446c742d7d20f6179aea7ec47
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