~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to sql/sql_lex.h

MyISAM cleanups.

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
#ifdef MYSQL_YACC
37
37
#define LEX_YYSTYPE void *
38
38
#else
39
 
#if MYSQL_LEX
 
39
#if defined(MYSQL_LEX)
40
40
#include "lex_symbol.h"
41
41
#include "sql_yacc.h"
42
42
#define LEX_YYSTYPE YYSTYPE *