diff options
author | John van Groningen | 2005-11-11 11:23:42 +0000 |
---|---|---|
committer | John van Groningen | 2005-11-11 11:23:42 +0000 |
commit | bc5f618774095dd82699a416a95813a2469fafc2 (patch) | |
tree | 41967a06fa7ee118d4cd5166d4c9a7dececdcfd8 /cgport.h | |
parent | improve printing of strings (diff) |
add .descs directive for selectors
Diffstat (limited to 'cgport.h')
-rw-r--r-- | cgport.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,6 +1,9 @@ #define FINALIZERS #define NEW_APPLY +#ifdef I486 +# define NEW_DESCRIPTORS +#endif #if defined (__MWERKS__) || defined (__MRC__) # define POWER |