diff options
author | Skip Montanaro <skip@pobox.com> | 2000-07-12 17:21:42 (GMT) |
---|---|---|
committer | Skip Montanaro <skip@pobox.com> | 2000-07-12 17:21:42 (GMT) |
commit | 6980dff3dbffeb3b920e351d1e535c0736bc9fe8 (patch) | |
tree | 680bdb62fae6d1e851d80da989b7ecee421ad09e /Include/mymalloc.h | |
parent | 97bc98aea784c64a74b6656f950ab2dffe84f228 (diff) | |
download | cpython-6980dff3dbffeb3b920e351d1e535c0736bc9fe8.zip cpython-6980dff3dbffeb3b920e351d1e535c0736bc9fe8.tar.gz cpython-6980dff3dbffeb3b920e351d1e535c0736bc9fe8.tar.bz2 |
delete obsolete SYMANTEC__CFM68K__ #ifdefs
Diffstat (limited to 'Include/mymalloc.h')
-rw-r--r-- | Include/mymalloc.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Include/mymalloc.h b/Include/mymalloc.h index fa2f8f8..88faf90 100644 --- a/Include/mymalloc.h +++ b/Include/mymalloc.h @@ -44,10 +44,6 @@ redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. extern "C" { #endif -#ifdef SYMANTEC__CFM68K__ -#pragma lib_export on -#endif - #ifndef DL_IMPORT /* declarations for DLL import */ #define DL_IMPORT(RTYPE) RTYPE #endif |