~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_yacc.yy

Another smallish updat

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
#define YYENABLE_NLS 0
33
33
#define YYLTYPE_IS_TRIVIAL 0
34
34
 
35
 
#define DRIZZLE_YACC
36
35
#define YYINITDEPTH 100
37
36
#define YYMAXDEPTH 3200                        /* Because of 64K stack */
38
37
#define Lex (YYSession->lex)
70
69
    DRIZZLE_YYABORT;                      \
71
70
  }
72
71
 
73
 
 
74
 
#define YYDEBUG 0
75
 
 
76
72
namespace drizzled
77
73
{
78
74