~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/lookup_symbol.cc

  • Committer: Monty Taylor
  • Date: 2009-03-04 02:16:28 UTC
  • mto: (917.1.2 mordred)
  • mto: This revision was merged to the branch mainline in revision 912.
  • Revision ID: mordred@inaugust.com-20090304021628-rfq0b16uoi09g8tx
Fix to make VPATH builds work again.

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
#include "drizzled/lookup_symbol.h"
26
26
 
27
27
#include "drizzled/lex_symbol.h"
28
 
#include "function_hash.h"
29
 
#include "symbol_hash.h"
 
28
#include "drizzled/function_hash.h"
 
29
#include "drizzled/symbol_hash.h"
30
30
 
31
31
const SYMBOL *lookup_symbol(const char *s, unsigned int len, bool function)
32
32
{