Changeset 3 for trunk/pin/src/conv_ppd.c


Ignore:
Timestamp:
Sep 8, 2007, 1:52:32 PM (18 years ago)
Author:
bart
Message:

Gcc patches + makefile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pin/src/conv_ppd.c

    r1 r3  
    102102#include <string.h>
    103103#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
    105110
    106111//#include <genplib.h>
Note: See TracChangeset for help on using the changeset viewer.