~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mystrings/my_strtoll10.cc

  • Committer: Brian Aker
  • Date: 2008-12-01 18:54:12 UTC
  • mfrom: (632.1.10 devel)
  • Revision ID: brian@tangent.org-20081201185412-i0hun3497xa9lg0w
Merging Monty's code

Show diffs side-by-side

added added

removed removed

Lines of Context:
78
78
  unsigned long i, j, k;
79
79
  uint64_t li;
80
80
  int negative;
81
 
  unsigned long cutoff, cutoff2, cutoff3;
 
81
  uint64_t cutoff, cutoff2, cutoff3;
82
82
 
83
83
  s= nptr;
84
84
  /* If fixed length string */