~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_reserved_words.gperf

  • Committer: Brian Aker
  • Date: 2011-01-13 01:49:47 UTC
  • mto: (2077.1.2 drizzle)
  • mto: This revision was merged to the branch mainline in revision 2078.
  • Revision ID: brian@tangent.org-20110113014947-rj0wkowym9wnmhuz
Fix lint issues.

Show diffs side-by-side

added added

removed removed

Lines of Context:
334
334
};
335
335
 
336
336
} // namespace sql
337
 
} // namespace drizzled
338
 
 
339
 
using namespace drizzled;
340
337
 
341
338
struct keyword_st
342
339
{
653
650
YEAR, sql::YEAR
654
651
%%
655
652
 
 
653
} // namespace drizzled
 
654
 
656
655
#endif /* DRIZZLED_SQL_RESERVED_WORDS_H */