~barry-leslie/drizzle/blobcontainer

« back to all changes in this revision

Viewing changes to drizzled/functions/func.h

  • Committer: Brian Aker
  • Date: 2008-11-03 21:00:47 UTC
  • mfrom: (520.9.5 devel)
  • Revision ID: brian@tangent.org-20081103210047-wfkeyyefrfl2vh4l
Merge from Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
#include <drizzled/sql_list.h>
28
28
 
29
29
 
30
 
#ifdef HAVE_IEEEFP_H
31
 
extern "C"        /* Bug in BSDI include file */
32
 
{
33
 
#include <ieeefp.h>
34
 
}
35
 
#endif
36
 
 
37
30
class Item_func :public Item_result_field
38
31
{
39
32
protected: