Update cql.y for newer bison YAZ-720
authorAdam Dickmeiss <adam@indexdata.dk>
Thu, 9 Jan 2014 15:20:44 +0000 (16:20 +0100)
committerAdam Dickmeiss <adam@indexdata.dk>
Thu, 9 Jan 2014 15:20:44 +0000 (16:20 +0100)
The important part is that YYLEX_PARAM and YYPARSE_PARAM are no
longer supported. Instead one must use %lex-param and %parse-param .


No differences found