~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to server/my_decimal.h

  • Committer: Brian Aker
  • Date: 2008-07-26 18:39:33 UTC
  • mfrom: (212.1.3 codestyle)
  • Revision ID: brian@tangent.org-20080726183933-hueup0fcy2zs1hug
Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
269
269
 
270
270
 
271
271
inline
272
 
int my_decimal2double(uint mask __attribute__((__unused__)), 
 
272
int my_decimal2double(uint mask __attribute__((unused)), 
273
273
                      const my_decimal *d, double *result)
274
274
{
275
275
  /* No need to call check_result as this will always succeed */