Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
engboris committed May 3, 2024
1 parent e81b95b commit 2ad6625
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cobc/pplex.l
Original file line number Diff line number Diff line change
Expand Up @@ -1003,8 +1003,7 @@ ENDIF_DIRECTIVE_STATE>{

<IMP_DIRECTIVE_STATE>{
"INCLUDE" { return INCLUDE; } /* GnuCOBOL 3.3 extension */
{RAW_SEQ} |
{ALNUM_LITERAL} {
{RAW_SEQ} {
pplval.s = cobc_plex_strdup (yytext);
return TOKEN;
}
Expand Down

0 comments on commit 2ad6625

Please sign in to comment.