Changeset 7286


Ignore:
Timestamp:
2004-05-06T12:39:26+12:00 (20 years ago)
Author:
mdewsnip
Message:

Undid the "fix" to IsisTypes.h for David's laptop -- this now breaks on everything I try it with!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/packages/isis-gdl/IsisTypes.h

    r7263 r7286  
    7070// typedef char            int8_t;    // 8-bit signed value
    7171typedef unsigned char   uint8_t;   // 8-bit unsigned value
    72 typedef long            int32_t;   // Word size (4 bytes)
    73 typedef unsigned long   uint32_t;  // Unsigned word size (4 bytes)
     72typedef int             int32_t;   // Word size (4 bytes)
     73typedef unsigned int    uint32_t;  // Unsigned word size (4 bytes)
    7474typedef long            long32_t;  // Long word (4 bytes)
    7575typedef unsigned long   ulong32_t; // Unsigned long word (4 bytes)
Note: See TracChangeset for help on using the changeset viewer.