~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/global.h

  • Committer: mordred
  • Date: 2008-11-03 19:24:58 UTC
  • mto: (575.1.1 devel)
  • mto: This revision was merged to the branch mainline in revision 575.
  • Revision ID: mordred@opensolaris-20081103192458-12f70ggnp3pxp0x0
Removed a couple of pieces of cruft.

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
285
281
#endif /* DRIZZLE_SERVER_GLOBAL_H */