Changeset 3536 for trunk/Ohana/src/libautocode/def/common.h
- Timestamp:
- Mar 28, 2005, 4:48:19 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/libautocode/def/common.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/libautocode/def/common.h
r3517 r3536 31 31 # endif 32 32 33 # define e_time unsigned int 34 35 /*** this file uses data types which must have fixed sizes regardless 36 of the platform. It originally used the basic C primitives: 37 float, double, int, short int, unsigned long int, etc. 38 this breaks under 64 bit (and probably on other systems). 39 I should define internal data types which should be set by the 40 use of # define statements if needed. I will cheat for now and use 41 the time_t to replace unsigned long int in this file 42 ***/ 43
Note:
See TracChangeset
for help on using the changeset viewer.
