~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/gen_lex_hash.cc

  • Committer: Monty Taylor
  • Date: 2008-12-16 03:09:04 UTC
  • mto: (685.1.38 devel) (713.1.1 devel)
  • mto: This revision was merged to the branch mainline in revision 713.
  • Revision ID: monty@inaugust.com-20081216030904-wfopcvbg81zw0902
Fixed a few things to make VPATH builds work.

Show diffs side-by-side

added added

removed removed

Lines of Context:
471
471
  /* Broken up to indicate that it's not advice to you, gentle reader. */
472
472
  printf("/* Do " "not " "edit " "this " "file!  This is generated by "
473
473
         "gen_lex_hash.cc\nthat seeks for a perfect hash function */\n\n");
474
 
  printf("#include \"lex.h\"\n\n");
 
474
  printf("#include <drizzled/lex.h>\n\n");
475
475
 
476
476
  calc_length();
477
477