Skip to content

Commit

Permalink
More standard PLI_BYTE8.
Browse files Browse the repository at this point in the history
  • Loading branch information
steve committed Jun 5, 2007
1 parent e4bcc87 commit 1a8ffe2
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions _pli_types.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*/
#ifdef HAVE_CVS_IDENT
#ident "$Id: _pli_types.h.in,v 1.7 2003/11/12 02:38:44 steve Exp $"
#ident "$Id: _pli_types.h.in,v 1.8 2007/06/05 21:32:30 steve Exp $"
#endif

# undef HAVE_INTTYPES_H
Expand All @@ -42,7 +42,7 @@ typedef int32_t PLI_INT32;

typedef signed short PLI_INT16;
typedef unsigned short PLI_UINT16;
typedef signed char PLI_BYTE8;
typedef char PLI_BYTE8;
typedef unsigned char PLI_UBYTE8;

# define PLI_UINT64_FMT PRIu64
Expand Down Expand Up @@ -84,12 +84,15 @@ typedef signed int PLI_INT32;
typedef unsigned int PLI_UINT32;
typedef signed short PLI_INT16;
typedef unsigned short PLI_UINT16;
typedef signed char PLI_BYTE8;
typedef char PLI_BYTE8;
typedef unsigned char PLI_UBYTE8;
#endif

/*
* $Log: _pli_types.h.in,v $
* Revision 1.8 2007/06/05 21:32:30 steve
* More standard PLI_BYTE8.
*
* Revision 1.7 2003/11/12 02:38:44 steve
* Clean up manual definitions of PLI_UINT64_FMT.
*
Expand Down

0 comments on commit 1a8ffe2

Please sign in to comment.