mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
Changed ifdef __CFM68K__ to ifdef SYMANTEC__CFM68K__: CW has its own
unique set of ideosyncracies:-(
This commit is contained in:
parent
464f62b6c0
commit
f9480ce4d4
3 changed files with 5 additions and 5 deletions
|
|
@ -51,7 +51,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef __CFM68K__
|
#ifdef SYMANTEC__CFM68K__
|
||||||
#define UsingSharedLibs
|
#define UsingSharedLibs
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
@ -61,7 +61,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
|
|
||||||
#include "myproto.h"
|
#include "myproto.h"
|
||||||
|
|
||||||
#ifdef __CFM68K__
|
#ifdef SYMANTEC__CFM68K__
|
||||||
#pragma lib_export on
|
#pragma lib_export on
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -56,7 +56,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef __CFM68K__
|
#ifdef SYMANTEC__CFM68K__
|
||||||
#pragma lib_export on
|
#pragma lib_export on
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -5,12 +5,12 @@
|
||||||
symbols doesn't quite work...
|
symbols doesn't quite work...
|
||||||
XXX Not sure now... Seems to be something else going on as well... */
|
XXX Not sure now... Seems to be something else going on as well... */
|
||||||
|
|
||||||
#ifdef __CFM68K__
|
#ifdef SYMANTEC__CFM68K__
|
||||||
#pragma lib_export off
|
#pragma lib_export off
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
|
|
||||||
#ifdef __CFM68K__
|
#ifdef SYMANTEC__CFM68K__
|
||||||
#pragma lib_export on
|
#pragma lib_export on
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue