certi-cvs
[Top][All Lists]
Advanced

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

[certi-cvs] certi/libHLA libhla.hh


From: certi-cvs
Subject: [certi-cvs] certi/libHLA libhla.hh
Date: Sun, 21 Mar 2010 17:14:53 +0000

CVSROOT:        /sources/certi
Module name:    certi
Changes by:     Eric NOULARD <erk>      10/03/21 17:14:53

Modified files:
        libHLA         : libhla.hh 

Log message:
        Add missing type

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/certi/libHLA/libhla.hh?cvsroot=certi&r1=1.1&r2=1.2

Patches:
Index: libhla.hh
===================================================================
RCS file: /sources/certi/certi/libHLA/libhla.hh,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- libhla.hh   21 Mar 2010 17:10:10 -0000      1.1
+++ libhla.hh   21 Mar 2010 17:14:52 -0000      1.2
@@ -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: libhla.hh,v 1.1 2010/03/21 17:10:10 erk Exp $
+// $Id: libhla.hh,v 1.2 2010/03/21 17:14:52 erk Exp $
 // ----------------------------------------------------------------------------
 
 #ifndef LIBHLA_HH_INCLUDED
@@ -31,6 +31,7 @@
 typedef signed __int16    int16_t;
 typedef unsigned __int8   uint8_t;
 typedef signed __int8     int8_t;
+typedef short int         int_least16_t;
 #else
 #include <inttypes.h>
 #endif




reply via email to

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