[Python-Dev] More Symantec symbols

Skip Montanaro skip@mojam.com (Skip Montanaro)
Mon, 10 Jul 2000 21:48:42 -0500 (CDT)


Picking up where the __SC__ thread left off, I noticed the following other
Symantec symbols in the Python sources just now:

    ./Include/Python.h:48:#ifdef SYMANTEC__CFM68K__
    ./Include/Python.h:65:#ifdef SYMANTEC__CFM68K__
    ./Include/mymalloc.h:47:#ifdef SYMANTEC__CFM68K__
    ./Include/mymath.h:8:#ifdef SYMANTEC__CFM68K__
    ./Include/mymath.h:27:#ifdef SYMANTEC__CFM68K__
    ./Python/dynload_mac.c:18:#ifdef SYMANTEC__CFM68K__ /* Really an older version of Universal Headers */
    ./Python/errors.c:15:#ifdef SYMANTEC__CFM68K__

Should these be zapped as well or is this something wholely unrelated to the
old Symantec compiler issue?

Skip