Skip to content

Commit

Permalink
Merge pull request #6 from plumgrid/ast_dev
Browse files Browse the repository at this point in the history
fix build with bison 2.5
  • Loading branch information
drzaeus77 committed May 5, 2015
2 parents 3aef7f5 + e36c094 commit 54be0e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cc/parser.yy
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@

%skeleton "lalr1.cc"
%defines
%define api.namespace { ebpf::cc }
%define parser_class_name { BisonParser }
%define namespace "ebpf::cc"
%define parser_class_name "BisonParser"
%parse-param { ebpf::cc::Lexer &lexer }
%parse-param { ebpf::cc::Parser &parser }
%lex-param { ebpf::cc::Lexer &lexer }
Expand Down

0 comments on commit 54be0e4

Please sign in to comment.