COMP: Added forward declaration of yylex.
This commit is contained in:
parent
f6e6633fd2
commit
da7b9d306e
|
@ -45,6 +45,10 @@ Run bison like this:
|
|||
|
||||
#include "cmDependsFortranLexer.h" /* Interface to lexer object. */
|
||||
#include "cmDependsFortranParser.h" /* Interface to parser object. */
|
||||
#include "cmDependsFortranParserTokens.h" /* Need YYSTYPE for YY_DECL. */
|
||||
|
||||
/* Forward declare the lexer entry point. */
|
||||
YY_DECL;
|
||||
|
||||
/* Internal utility functions. */
|
||||
static void cmDependsFortranError(yyscan_t yyscanner, const char* message);
|
||||
|
|
Loading…
Reference in New Issue