certi-cvs
[Top][All Lists]
Advanced

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

[certi-cvs] applications/PyHLA/hla/_omt basicdata.cpp


From: certi-cvs
Subject: [certi-cvs] applications/PyHLA/hla/_omt basicdata.cpp
Date: Thu, 18 Dec 2008 19:41:56 +0000

CVSROOT:        /sources/certi
Module name:    applications
Changes by:     Petr Gotthard <gotthardp>       08/12/18 19:41:56

Modified files:
        PyHLA/hla/_omt : basicdata.cpp 

Log message:
        IRIX portability: use inttypes.h instead of stdint.h

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/applications/PyHLA/hla/_omt/basicdata.cpp?cvsroot=certi&r1=1.4&r2=1.5

Patches:
Index: basicdata.cpp
===================================================================
RCS file: /sources/certi/applications/PyHLA/hla/_omt/basicdata.cpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- basicdata.cpp       15 Nov 2008 14:34:05 -0000      1.4
+++ basicdata.cpp       18 Dec 2008 19:41:56 -0000      1.5
@@ -11,7 +11,7 @@
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  * Lesser General Public License for more details.
  *
- * $Id: basicdata.cpp,v 1.4 2008/11/15 14:34:05 gotthardp Exp $
+ * $Id: basicdata.cpp,v 1.5 2008/12/18 19:41:56 gotthardp Exp $
  */
 
 // note: you must include Python.h before any standard headers are included
@@ -31,7 +31,7 @@
 typedef unsigned __int8   uint8_t;
 typedef __int8            int8_t;
 #else
-#include <stdint.h>
+#include <inttypes.h>
 #endif
 
 //! Swap <i> bytes of the <T> type
@@ -660,4 +660,4 @@
         add_encoding(dict, pos->co_name, pos->co_size, pos->co_methods);
 }
 
-// $Id: basicdata.cpp,v 1.4 2008/11/15 14:34:05 gotthardp Exp $
+// $Id: basicdata.cpp,v 1.5 2008/12/18 19:41:56 gotthardp Exp $




reply via email to

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