Skip to content

Commit

Permalink
Fixed constexp.y bison issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimitri van Heesch committed Sep 21, 2016
1 parent b5e1e19 commit e12ec76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constexp.y
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ int constexpYYlex();
%} %}


%no-lines %no-lines
%name-prefix "constexpYY" %name-prefix="constexpYY"


%token TOK_QUESTIONMARK %token TOK_QUESTIONMARK
%token TOK_COLON %token TOK_COLON
Expand Down

0 comments on commit e12ec76

Please sign in to comment.