~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/gen_lex_hash.cc

  • Committer: Brian Aker
  • Date: 2009-01-25 02:52:05 UTC
  • mfrom: (801.1.4 testable)
  • Revision ID: brian@gir.tangent.org-20090125025205-zlahg6u6z0w95v64
Merge from Myself

Show diffs side-by-side

added added

removed removed

Lines of Context:
359
359
 
360
360
 
361
361
extern "C" bool
362
 
get_one_option(int optid, const struct my_option *opt __attribute__((unused)),
363
 
               char *argument __attribute__((unused)))
 
362
get_one_option(int optid, const struct my_option *,
 
363
               char *)
364
364
{
365
365
  switch(optid) {
366
366
  case 'V':