Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add "lexparse.h" headers for lexer/parser integration #112

Merged
merged 1 commit into from
Jul 2, 2023

Conversation

fweimer-rh
Copy link
Contributor

And include them in a few strategic places. This avoids build failures with future compilers that do not support implicit function declarations by default.

(NB: This commit does not regenerate the lexers/parsers, so the line numbers are slightly off.)

Related to:

And include them in a few strategic places.  This avoids build
failures with future compilers that do not support implicit function
declarations by default.

(NB: This commit does not regenerate the lexers/parsers, so the
line numbers are slightly off.)
@giacomini
Copy link
Member

Thanks for the contribution. This is an area I'm not familiar with, so it is especially welcome. I'll have a look as soon as I can.

@giacomini giacomini self-assigned this Feb 22, 2023
@giacomini giacomini merged commit 9a99f20 into italiangrid:develop Jul 2, 2023
giacomini added a commit that referenced this pull request Jul 3, 2023
Regenerate lexers/parsers after PR #112, which has changed the *.y and
*.l files.

The regeneration is done on CentOS 9 Stream, with bison 3.7.4-5 and
flex 2.6.4-9.

Resolves issue #118
giacomini added a commit that referenced this pull request May 3, 2024
* Regenerate lexers/parsers

Regenerate lexers/parsers after PR #112, which has changed the *.y and
*.l files.

The regeneration is done on CentOS 9 Stream, with bison 3.7.4-5 and
flex 2.6.4-9.

Resolves issue #118

* Prepend srcdir path for out-of-source builds
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants