certi-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[certi-cvs] certi/include certi.hh


From: certi-cvs
Subject: [certi-cvs] certi/include certi.hh
Date: Sun, 07 Feb 2010 10:39:50 +0000

CVSROOT:        /sources/certi
Module name:    certi
Changes by:     Petr Gotthard <gotthardp>       10/02/07 10:39:50

Modified files:
        include        : certi.hh 

Log message:
        Added missing typedefs for Visual Studio.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/certi/include/certi.hh?cvsroot=certi&r1=3.41&r2=3.42

Patches:
Index: certi.hh
===================================================================
RCS file: /sources/certi/certi/include/certi.hh,v
retrieving revision 3.41
retrieving revision 3.42
diff -u -b -r3.41 -r3.42
--- certi.hh    24 Nov 2009 21:44:48 -0000      3.41
+++ certi.hh    7 Feb 2010 10:39:50 -0000       3.42
@@ -16,7 +16,7 @@
 // License along with this program ; if not, write to the Free Software
 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
 //
-// $Id: certi.hh,v 3.41 2009/11/24 21:44:48 erk Exp $
+// $Id: certi.hh,v 3.42 2010/02/07 10:39:50 gotthardp Exp $
 // ----------------------------------------------------------------------------
 
 #ifndef CERTI_HH_INCLUDED
@@ -40,6 +40,8 @@
            #define  CERTI_INT64_CONSTANT(val)  (val##LL)
            #define  CERTI_INT64_FORMAT         "ll"
         #endif
+        typedef float                  float_t;
+        typedef double                 double_t;
         #ifndef __func__
         #define __func__ "<unknown>"
         #endif
@@ -229,4 +231,4 @@
        (uint64_t) CERTI_INT64_CONSTANT(0xff00000000000000U)) >> 56)))
 #endif // CERTI_HH_INCLUDED
 
-// $Id: certi.hh,v 3.41 2009/11/24 21:44:48 erk Exp $
+// $Id: certi.hh,v 3.42 2010/02/07 10:39:50 gotthardp Exp $




reply via email to

[Prev in Thread] Current Thread [Next in Thread]