Skip to content

Commit b0a154d

Browse files
minor cleanup
1 parent cb29455 commit b0a154d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cppparser/src/parser.y

+1-1
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ class CppTemplateArg;
235235
%token <str> tknLT tknGT // We will need the position of these operators in stream when used for declaring template instance.
236236
%token <str> '+' '-' '*' '/' '%' '^' '&' '|' '~' '!' '=' ',' '(' ')' '[' ']' ';' '.'
237237
%token <str> tknNew tknDelete
238-
%token <str> tknConst tknConstExpr // For templatearg parsing it is made as str type.
238+
%token <str> tknConst tknConstExpr
239239
%token <str> tknVoid // For the cases when void is used as function parameter.
240240
%token <str> tknOverride tknFinal // override, final are not a reserved keywords
241241
%token <str> tknAsm

0 commit comments

Comments
 (0)