Changeset 3


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

Gcc patches + makefile

Location:
trunk/pin
Files:
1 added
2 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>
  • trunk/pin/src/pinmain.c

    r1 r3  
    5252#include "ppd2ppb.h"
    5353
     54#ifdef __KLIBC__
     55        #define strcmpi strcmp
     56#endif
    5457//
    5558//
Note: See TracChangeset for help on using the changeset viewer.