~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mystrings/strto.c

Merged from Jay.

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
*/
36
36
 
37
37
 
38
 
#if !defined(_global_h) || !defined(_m_string_h)
 
38
#if !defined(DRIZZLE_SERVER_GLOBAL_H) || !defined(_m_string_h)
39
39
#  error  Calling file must include 'my_global.h' and 'm_string.h'
40
40
   /* see 'strtoll.c' and 'strtoull.c' for the reasons */
41
41
#endif