Subversion Repositories filter_foundry

Rev

Rev 206 | Rev 259 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 206 Rev 237
Line 21... Line 21...
21
#include <stdlib.h>
21
#include <stdlib.h>
22
#include <stdio.h>
22
#include <stdio.h>
23
#include <math.h>
23
#include <math.h>
24
 
24
 
25
// The following ugly workaround is obviated by Carbon StdCLib headers;
25
// The following ugly workaround is obviated by Carbon StdCLib headers;
26
// see: http://developer.apple.com/tools/mpw-tools/relnotes/carbonstdclib.html
26
// see: https://web.archive.org/web/20041031134219/http://developer.apple.com/tools/mpw-tools/relnotes/carbonstdclib.html
27
// (via http://developer.apple.com/tools/mpw-tools/updates.html )
-
 
28
 
27
 
29
//#ifdef TARGET_API_MAC_CARBON
28
//#ifdef TARGET_API_MAC_CARBON
30
//      /* can't use StdCLib ctype.h, it refers to symbols which aren't in OS X stdclib */
29
//      /* can't use StdCLib ctype.h, it refers to symbols which aren't in OS X stdclib */
31
//      int isprint(int);
30
//      int isprint(int);
32
//#else
31
//#else