~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/gen_lex_hash.cc

  • Committer: Brian Aker
  • Date: 2008-10-17 22:55:07 UTC
  • mto: (492.3.20 drizzle-clean-code)
  • mto: This revision was merged to the branch mainline in revision 530.
  • Revision ID: brian@tangent.org-20081017225507-l7g4jeahfzgj2lar
Remove dead macros

Show diffs side-by-side

added added

removed removed

Lines of Context:
84
84
#include "global.h"
85
85
#include <mysys/my_sys.h>
86
86
#include <mystrings/m_string.h>
87
 
#ifndef __GNU_LIBRARY__
88
 
#define __GNU_LIBRARY__                         // Skip warnings in getopt.h
89
 
#endif
90
87
#include <mysys/my_getopt.h>
91
88
#include <drizzled/version.h>
92
89
#include "lex.h"