View | Details | Raw Unified | Return to bug 222722
Collapse All | Expand All

(-)libs/pdcore/pc_config.h (+2 lines)
Lines 179-187 Link Here
179
179
180
/* try to identify Mac OS 9 compilers */
180
/* try to identify Mac OS 9 compilers */
181
181
182
#if 0
182
#if (defined macintosh || defined __POWERPC__ || defined __CFM68K__) && \
183
#if (defined macintosh || defined __POWERPC__ || defined __CFM68K__) && \
183
       !defined MAC && !defined MACOSX && !defined __BEOS__
184
       !defined MAC && !defined MACOSX && !defined __BEOS__
184
#define MAC
185
#define MAC
186
#endif
185
#endif
187
#endif
186
188
187
/*
189
/*

Return to bug 222722