Changeset 3
- Timestamp:
- Sep 8, 2007, 1:52:32 PM (18 years ago)
- Location:
- trunk/pin
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/pin/src/conv_ppd.c
r1 r3 102 102 #include <string.h> 103 103 #include <ctype.h> 104 #include <builtin.h> 104 #ifndef __KLIBC__ 105 #include <builtin.h> 106 #else 107 typedef INT *PINT; 108 #define strcmpi strcmp 109 #endif 105 110 106 111 //#include <genplib.h> -
trunk/pin/src/pinmain.c
r1 r3 52 52 #include "ppd2ppb.h" 53 53 54 #ifdef __KLIBC__ 55 #define strcmpi strcmp 56 #endif 54 57 // 55 58 //
Note:
See TracChangeset
for help on using the changeset viewer.