This patch introduces a new header file, lexparse.h, to provide function prototypes used for lexer/parser integration, and includes the new header in the lexers and parsers. This helps to avoid implicit function declarations and build issues with future compilers.
Related to: