Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Require bison 3.2 and remove deprecated position.hh includes #133

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

georgthegreat
Copy link

As of bison 3.2 (released in 2018)

*** C++: stack.hh and position.hh are deprecated

  When asked to generate a header file (%defines), the lalr1.cc skeleton
  generates a stack.hh file.  This file had no interest for users; it is now
  made useless: its content is included in the parser definition.  It is
  still generated for backward compatibility.

This PR updates the code and handles this deprecation.

Copy link

linux-foundation-easycla bot commented Aug 12, 2024

CLA Signed

  • ✅login: georgthegreat / (f9f01c0)

The committers listed above are authorized under a signed CLA.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant