mirror of
https://github.com/python/cpython.git
synced 2025-09-02 15:07:53 +00:00
Generalize to macintosh.
This commit is contained in:
parent
1e2293d1f7
commit
d6a15ada72
6 changed files with 34 additions and 24 deletions
|
@ -37,13 +37,9 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|||
#include "compile.h"
|
||||
#include "ceval.h"
|
||||
|
||||
#ifdef THINK_C
|
||||
#define macintosh
|
||||
#endif
|
||||
|
||||
/* Define pathname separator used in file names */
|
||||
|
||||
#ifdef THINK_C
|
||||
#ifdef macintosh
|
||||
#define SEP ':'
|
||||
#endif
|
||||
|
||||
|
|
|
@ -45,7 +45,7 @@ Data members:
|
|||
|
||||
/* Define delimiter used in $PYTHONPATH */
|
||||
|
||||
#ifdef THINK_C
|
||||
#ifdef macintosh
|
||||
#define DELIM ' '
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue