~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/structs.h

  • Committer: Brian Aker
  • Date: 2008-08-12 18:43:28 UTC
  • Revision ID: brian@gir.tangent.org-20080812184328-0qk6bzl5gds325ol
Fix (yuck!) for OSX/Google bug.

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
 
 
26
19
struct st_table;
27
20
class Field;
28
21