Changeset 3150 for trunk/psLib/src
- Timestamp:
- Feb 7, 2005, 4:04:14 PM (21 years ago)
- Location:
- trunk/psLib/src
- Files:
-
- 2 edited
-
config.h.in (modified) (1 diff)
-
sysUtils/sysUtils.i (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/config.h.in
r3139 r3150 75 75 #undef PACKAGE_VERSION 76 76 77 /* The size of a `char', as computed by sizeof. */ 78 #undef SIZEOF_CHAR 79 80 /* The size of a `int', as computed by sizeof. */ 81 #undef SIZEOF_INT 82 83 /* The size of a `long', as computed by sizeof. */ 84 #undef SIZEOF_LONG 85 86 /* The size of a `long long', as computed by sizeof. */ 87 #undef SIZEOF_LONG_LONG 88 89 /* The size of a `short', as computed by sizeof. */ 90 #undef SIZEOF_SHORT 91 77 92 /* Define to 1 if you have the ANSI C header files. */ 78 93 #undef STDC_HEADERS -
trunk/psLib/src/sysUtils/sysUtils.i
r3147 r3150 1 1 /* sysUtils */ 2 %include "psType.h" 2 3 %include "psAbort.h" 3 4 %include "psConfigure.h" … … 8 9 %include "psString.h" 9 10 %include "psTrace.h" 10 %include "psType.h"11 11 12 12 %inline %{
Note:
See TracChangeset
for help on using the changeset viewer.
