~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to strings/strtoull.c

Merging trunk changes from over weekend.

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
#include <my_global.h>
28
28
#include <m_string.h>
29
29
 
30
 
#if !defined(HAVE_STRTOULL) && defined(HAVE_LONG_LONG)
 
30
#if !defined(HAVE_STRTOULL)
31
31
#define USE_UNSIGNED
32
32
#define USE_LONGLONG
33
33
#include "strto.c"