~ubuntu-branches/ubuntu/hardy/mysql-dfsg-5.0/hardy-updates

« back to all changes in this revision

Viewing changes to extra/yassl/taocrypt/include/type_traits.hpp

  • Committer: Bazaar Package Importer
  • Author(s): sean finney
  • Date: 2007-05-13 12:32:45 UTC
  • mfrom: (1.1.11 upstream)
  • Revision ID: james.westby@ubuntu.com-20070513123245-8c3l187dk34cz2ar
Tags: 5.0.41-2
the previous "translation changes" inadvertently introduced unrelated
changes in the package control file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
 
63
63
MK_FUNDAMENTAL_TYPE(float)
64
64
MK_FUNDAMENTAL_TYPE(     double)
65
 
 
66
 
#ifdef LONG_DOUBLE_IS_DISTINCT_TYPE
67
 
// Don't define by default as this gives warnings on power mac
68
 
    MK_FUNDAMENTAL_TYPE(long double)
69
 
#endif
 
65
MK_FUNDAMENTAL_TYPE(long double)
70
66
 
71
67
#if defined(WORD64_AVAILABLE) && defined(WORD64_IS_DISTINCT_TYPE)
72
68
    MK_FUNDAMENTAL_TYPE(word64)