Changeset 1549 in webkit for trunk/JavaScriptCore/kjs
- Timestamp:
- Jul 12, 2002, 10:33:39 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/ustring.h
r1272 r1549 25 25 26 26 #ifdef APPLE_CHANGES 27 #include <sys/types.h> 27 28 #ifndef KWQ_UNSIGNED_TYPES_DEFINED 28 29 #define KWQ_UNSIGNED_TYPES_DEFINED 29 30 typedef unsigned char uchar; 30 typedef unsigned short ushort;31 typedef unsigned uint;32 31 typedef unsigned long ulong; 33 32 #endif
Note:
See TracChangeset
for help on using the changeset viewer.