~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/lex_input_stream.h

  • Committer: Brian Aker
  • Date: 2011-02-17 18:06:59 UTC
  • mfrom: (2178.1.3 drizzle-staging)
  • Revision ID: brian@tangent.org-20110217180659-3so1k4syn5m436cj
Merge in all bison updates.

Show diffs side-by-side

added added

removed removed

Lines of Context:
371
371
    Starting position of the TEXT_STRING or IDENT in the pre-processed
372
372
    buffer.
373
373
 
374
 
    NOTE: this member must be used within DRIZZLElex() function only.
 
374
    NOTE: this member must be used within base_sql_lex() function only.
375
375
  */
376
376
  const char *m_cpp_text_start;
377
377
 
379
379
    Ending position of the TEXT_STRING or IDENT in the pre-processed
380
380
    buffer.
381
381
 
382
 
    NOTE: this member must be used within DRIZZLElex() function only.
 
382
    NOTE: this member must be used within base_sql_lex() function only.
383
383
    */
384
384
  const char *m_cpp_text_end;
385
385