~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/my_decimal.h

  • Committer: Monty Taylor
  • Date: 2008-09-23 06:09:48 UTC
  • mto: This revision was merged to the branch mainline in revision 419.
  • Revision ID: monty@inaugust.com-20080923060948-pec1d5wxetf84tte
Cleaned up stuff out of global.h.

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
#ifndef my_decimal_h
33
33
#define my_decimal_h
34
34
 
35
 
C_MODE_START
 
35
#ifdef __cplusplus
 
36
extern "C" {
 
37
#endif
 
38
 
36
39
#include <mystrings/decimal.h>
37
 
C_MODE_END
 
40
 
 
41
#ifdef __cplusplus
 
42
}
 
43
#endif
 
44
 
38
45
 
39
46
#define DECIMAL_LONGLONG_DIGITS 22
40
47
#define DECIMAL_LONG_DIGITS 10