~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/innobase/pars/pars0lex.l

  • Committer: Monty Taylor
  • Date: 2010-12-27 01:28:04 UTC
  • mto: This revision was merged to the branch mainline in revision 2038.
  • Revision ID: mordred@inaugust.com-20101227012804-8qjx5n6kg6bbzo1u
Squash final compile bugs... we're getting somewhere!

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
 
53
53
#define YY_INPUT(buf, result, max_size) pars_get_lex_chars(buf, &result, max_size)
54
54
 
 
55
  /* The comments here are to subvert the sed script in makefile */
 
56
static char * /* BLOW THE MATCHING */ yytext;
 
57
static int /* BLOW THE MATCHING */ yyleng;
 
58
 
55
59
/* String buffer for removing quotes */
56
60
static ulint    stringbuf_len_alloc = 0; /* Allocated length */
57
61
static ulint    stringbuf_len = 0; /* Current length */