~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/Makefile.am

  • Committer: Monty Taylor
  • Date: 2009-03-08 23:45:12 UTC
  • mto: (923.2.1 mordred)
  • mto: This revision was merged to the branch mainline in revision 921.
  • Revision ID: mordred@inaugust.com-20090308234512-tqkygxtu1iaig23s
Removed C99 isnan() usage, which allows us to remove the util/math.{cc,h} workarounds. Yay for standards!

Show diffs side-by-side

added added

removed removed

Lines of Context:
371
371
                global.h \
372
372
                server_includes.h \
373
373
                util/convert.h \
374
 
                util/math.h \
375
374
                util/test.h
376
375
 
377
376
drizzled_SOURCES = \
624
623
                time.cc \
625
624
                tztime.cc \
626
625
                uniques.cc \
627
 
                util/math.cc \
628
626
                virtual_column_info.cc \
629
627
                xid.cc
630
628