~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_yacc.yy

  • Committer: Brian Aker
  • Date: 2010-02-10 09:12:12 UTC
  • mfrom: (1286.1.3 build)
  • Revision ID: brian@gaz-20100210091212-om1cs2tpdou3b22u
Adding support for RPM/merge Brian

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
#define YYMAXDEPTH 3200                        /* Because of 64K stack */
38
38
#define Lex (YYSession->lex)
39
39
 
 
40
#include "config.h"
40
41
#include "drizzled/parser.h"
41
42
 
42
43
int yylex(void *yylval, void *yysession);