Changeset 21916 for trunk/include/cpuhlp.h
- Timestamp:
- Dec 18, 2011, 10:28:22 PM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:ignore
-
old new 1 bin 2 Makefile.inc 1 env.cmd 2 LocalConfig.kmk
-
-
Property svn:mergeinfo
set to
/branches/gcc-kmk merged eligible
- Property svn:ignore
-
trunk/include/cpuhlp.h
r8991 r21916 39 39 #if (__IBMC__ >= 360) || (__IBMCPP__ >= 360) 40 40 #define CONTROL87(a,b) __control87(a, b) 41 #else 42 #if (__IBMCPP__ == 300) || (__IBMC__ == 300) 41 #elif (__IBMCPP__ == 300) || (__IBMC__ == 300) 43 42 #define CONTROL87(a,b) _control87(a, b) 44 #else 45 #ifdef __WATCOMC__ 43 #elif defined(__WATCOMC__) || defined(__GNUC__) 46 44 #define CONTROL87(a,b) _control87(a, b) 47 45 #else 48 46 #error CONTROL87 undefined 49 #endif50 #endif51 47 #endif 52 48
Note:
See TracChangeset
for help on using the changeset viewer.