~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mystrings/decimal.c

MergedĀ trunkĀ up.

Show diffs side-by-side

added added

removed removed

Lines of Context:
783
783
*/
784
784
 
785
785
int
786
 
internal_str2dec(const char *from, decimal_t *to, char **end, my_bool fixed)
 
786
internal_str2dec(const char *from, decimal_t *to, char **end, bool fixed)
787
787
{
788
788
  const char *s= from, *s1, *endp, *end_of_string= *end;
789
789
  int i, intg, frac, error, intg1, frac1;