Skip to content

Commit 3331262

Browse files
committed
issue #10498 `cmakedefine01 macros are not documented
Based on review it is better to replace the `01` at the end also with spaces
1 parent 998ea0e commit 3331262

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pre.l

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -959,7 +959,7 @@ WSopt [ \t\r]*
959959
BEGIN(DefName);
960960
}
961961
<Command>"cmakedefine01"{B}+ {
962-
yyextra->potentialDefine += substitute(yytext,"cmakedefine01"," define");
962+
yyextra->potentialDefine += substitute(yytext,"cmakedefine01"," define ");
963963
//printf("!!!DefName\n");
964964
yyextra->yyColNr+=(int)yyleng;
965965
BEGIN(CmakeDefName01);

0 commit comments

Comments
 (0)