~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/structs.h

  • Committer: Brian Aker
  • Date: 2008-08-12 03:12:57 UTC
  • Revision ID: brian@tangent.org-20080812031257-ln3uk87y1r22byeg
First pass of new sql_db.cc work

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 
17
17
/* The old structures from unireg */
18
18
 
 
19
 
 
20
#ifdef FOO
 
21
#undef _STDINT_H
 
22
#define __STDC_LIMIT_MACROS
 
23
#include <stdint.h>
 
24
#endif
 
25
 
19
26
struct st_table;
20
27
class Field;
21
28