~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/lex_symbol.h

  • Committer: Monty Taylor
  • Date: 2010-02-05 08:11:15 UTC
  • mfrom: (1283 build)
  • mto: (1273.13.43 fix_is)
  • mto: This revision was merged to the branch mainline in revision 1300.
  • Revision ID: mordred@inaugust.com-20100205081115-dr82nvrwv4lvw7sd
Merged trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
#ifndef DRIZZLED_LEX_SYMBOL_H
24
24
#define DRIZZLED_LEX_SYMBOL_H
25
25
 
 
26
namespace drizzled
 
27
{
 
28
 
26
29
typedef struct st_sym_group {
27
30
  const char *name;
28
31
  const char *needed_define;
45
48
extern SYM_GROUP sym_group_geom;
46
49
extern SYM_GROUP sym_group_rtree;
47
50
 
 
51
} /* namespace drizzled */
48
52
 
49
53
#endif /* DRIZZLED_LEX_SYMBOL_H */