~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mystrings/strto.cc

  • Committer: Monty Taylor
  • Date: 2008-12-16 02:39:00 UTC
  • mto: (685.1.38 devel) (713.1.1 devel)
  • mto: This revision was merged to the branch mainline in revision 713.
  • Revision ID: monty@inaugust.com-20081216023900-w498thzxq8lkk7a5
Turned off stdinc - and then fixed the carnage.

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
   /* see 'strtoll.c' and 'strtoull.c' for the reasons */
41
41
#endif
42
42
 
43
 
#include "m_ctype.h"
44
 
#include "my_sys.h"                     /* defines errno */
45
 
#include <errno.h>
 
43
#include "mysys_priv.h"
46
44
 
47
45
#undef strtoull
48
46
#undef strtoll