Added prototype of yylex() function
#25
Merged
MicheleC
merged 1 commits from feat/gcc-14
into master
7 months ago
Loading…
Reference in New Issue
There is no content yet.
Delete Branch 'feat/gcc-14'
Deleting a branch is permanent. It CANNOT be undone. Continue?
Required for building with the new gcc-14
When building a new compiler, it gives an error:
On earlier versions of compilers, it should produce a warning.
This fix resolves this issue.
Minor adjustment required
@ -31,3 +31,3 @@
#define inMainModule() (currentSpec->module == currentModule || currentModule->container != NULL)
int yylex();
Suggest we move this up a few lines and put it together with the declaration of
yyerror
.0d7d689a31
to025551702b
7 months ago025551702b
todc7ba7a6d7
7 months agoChanged.
Looks good
dc7ba7a6d7
into master 7 months agoReviewers
dc7ba7a6d7
.