~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/global.h

  • Committer: mordred
  • Date: 2008-11-03 06:33:47 UTC
  • mto: (575.1.1 devel)
  • mto: This revision was merged to the branch mainline in revision 575.
  • Revision ID: mordred@opensolaris-20081103063347-4fik1o8owhn3pqq5
More solaris fixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
278
278
# define _DTRACE_VERSION 0
279
279
#endif
280
280
 
 
281
#if !defined(HAVE_ISNAN) && defined(__cplusplus)
 
282
template<type T>
 
283
isnan<T>( 
 
284
#endif
281
285
#endif /* DRIZZLE_SERVER_GLOBAL_H */