~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/gen_lex_hash.cc

  • Committer: Brian Aker
  • Date: 2008-07-30 17:24:10 UTC
  • mfrom: (236.1.6 codestyle)
  • Revision ID: brian@tangent.org-20080730172410-t4r8o7lx7r9m95x7
Merge from Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
77
77
*/
78
78
 
79
79
#define NO_YACC_SYMBOLS
80
 
#include "my_global.h"
 
80
#include "global.h"
81
81
#include <mysys/my_sys.h>
82
82
#include "m_string.h"
83
83
#ifndef __GNU_LIBRARY__