• unknown's avatar
    Porting fix that allows others to include compiled code with different parsers. · ffd9288c
    unknown authored
    Makes you wonder what I am up to, doesn't?
    
    
    configure.in:
      Adjusts bison to not create symbols that clash.
    sql/sql_analyse.cc:
      Adding define to make sure sql_yacc.h gets included.
    sql/sql_lex.cc:
      Fixing it so that sql_yacc.h is included
    sql/sql_lex.h:
      Fixing include rules
    sql/sql_parse.cc:
      Adding flag to compile sql_yacc.yy
    ffd9288c
sql_analyse.cc 34.8 KB