certi-cvs
[Top][All Lists]
Advanced

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

[certi-cvs] certi include/certi.hh libHLA/HLAbuffer.hh


From: certi-cvs
Subject: [certi-cvs] certi include/certi.hh libHLA/HLAbuffer.hh
Date: Thu, 18 Dec 2008 19:45:47 +0000

CVSROOT:        /sources/certi
Module name:    certi
Changes by:     Petr Gotthard <gotthardp>       08/12/18 19:45:47

Modified files:
        include        : certi.hh 
        libHLA         : HLAbuffer.hh 

Log message:
        Bug #25119, IRIX portability: use inttypes.h instead of stdint.h

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/certi/include/certi.hh?cvsroot=certi&r1=3.38&r2=3.39
http://cvs.savannah.gnu.org/viewcvs/certi/libHLA/HLAbuffer.hh?cvsroot=certi&r1=1.7&r2=1.8

Patches:
Index: include/certi.hh
===================================================================
RCS file: /sources/certi/certi/include/certi.hh,v
retrieving revision 3.38
retrieving revision 3.39
diff -u -b -r3.38 -r3.39
--- include/certi.hh    10 Dec 2008 16:53:24 -0000      3.38
+++ include/certi.hh    18 Dec 2008 19:45:47 -0000      3.39
@@ -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.38 2008/12/10 16:53:24 erk Exp $
+// $Id: certi.hh,v 3.39 2008/12/18 19:45:47 gotthardp Exp $
 // ----------------------------------------------------------------------------
 #include <vector>
 
@@ -61,7 +61,7 @@
         #define __func__ "<unknown>"
         #endif
     #else
-       #include <stdint.h>
+       #include <inttypes.h>
        #ifdef __x86_64__
           #define  CERTI_INT64_CONSTANT(val)  (val##L)
           #define  CERTI_INT64_FORMAT         "l"
@@ -76,7 +76,7 @@
                #define CERTI_EXPORT __declspec(dllimport)
        #endif
 #else
-    #include <stdint.h>
+    #include <inttypes.h>
     #define  STAT_FUNCTION             stat
     #define  STAT_STRUCT               struct stat
     #ifdef __x86_64__
@@ -247,4 +247,4 @@
        (uint64_t) CERTI_INT64_CONSTANT(0xff00000000000000U)) >> 56)))
 #endif // CERTI_HH_INCLUDED
 
-// $Id: certi.hh,v 3.38 2008/12/10 16:53:24 erk Exp $
+// $Id: certi.hh,v 3.39 2008/12/18 19:45:47 gotthardp Exp $

Index: libHLA/HLAbuffer.hh
===================================================================
RCS file: /sources/certi/certi/libHLA/HLAbuffer.hh,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- libHLA/HLAbuffer.hh 22 Nov 2008 14:55:58 -0000      1.7
+++ libHLA/HLAbuffer.hh 18 Dec 2008 19:45:47 -0000      1.8
@@ -11,7 +11,7 @@
 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 // Lesser General Public License for more details.
 //
-// $Id: HLAbuffer.hh,v 1.7 2008/11/22 14:55:58 gotthardp Exp $
+// $Id: HLAbuffer.hh,v 1.8 2008/12/18 19:45:47 gotthardp Exp $
 // ----------------------------------------------------------------------------
 
 #ifndef _HLATYPES_BUFFER_HH
@@ -32,7 +32,7 @@
 typedef unsigned __int8   uint8_t;
 typedef __int8            int8_t;
 #else
-#include <stdint.h>
+#include <inttypes.h>
 #endif
 
 #if defined(_WIN32)
@@ -182,5 +182,5 @@
 
 #endif // _HLATYPES_BUFFER_HH
 
-// $Id: HLAbuffer.hh,v 1.7 2008/11/22 14:55:58 gotthardp Exp $
+// $Id: HLAbuffer.hh,v 1.8 2008/12/18 19:45:47 gotthardp Exp $
 




reply via email to

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