summaryrefslogtreecommitdiff
path: root/Mac/README
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1994-08-23 13:28:34 +0000
committerGuido van Rossum <guido@python.org>1994-08-23 13:28:34 +0000
commitcf1a0bdb8d3549b5bef915360ea7fb71ba1fc288 (patch)
treeef261624ce85faf12606c11ae63acce5e27c2d74 /Mac/README
parent8a3f7a24910b0c5da3c08e38cb93e675d7884b67 (diff)
downloadcpython-cf1a0bdb8d3549b5bef915360ea7fb71ba1fc288.tar.gz
Some more changes
Diffstat (limited to 'Mac/README')
-rw-r--r--Mac/README8
1 files changed, 3 insertions, 5 deletions
diff --git a/Mac/README b/Mac/README
index ce992c32fb..578ac2bc53 100644
--- a/Mac/README
+++ b/Mac/README
@@ -82,13 +82,13 @@ arbitrarily because of the 32000 bytes restriction.
- From Mac: all .c files except fopenRF.c [[which shouldn't even
be there]].
- - From Parser: acceler.c, grammar1.c, myreadline.c, node.c,
+ - From Parser: acceler.c, grammar1.c, intrcheck.c, myreadline.c, node.c,
parser.c, parsetok.c, tokenizer.c.
- From Python: bltinmodule.c, ceval.c, cgensupport.c,
compile.c, errors.c, getopt.c, graminit.c, import.c,
marshal.c, modsupport.c, mystrtoul.c, pythonmain.c,
- pythonrun.c, structmember.c, sysmodule.c, traceback.c
+ pythonrun.c, sigcheck.c, structmember.c, sysmodule.c, traceback.c
(i.e. all .c files except dup2.c, fmod.c, frozenmain.c,
getcwd.c, getmtime.c, memmove.c, sigcheck.c, strerror.c,
strtod.c, thread.c)
@@ -102,9 +102,7 @@ arbitrarily because of the 32000 bytes restriction.
macmodule.c in the Mac subdirectory, so it should already have
been added in a previous step.) Note that for most modules,
the source file is called <name>module.c, but for a few long
- module names it is just <module>.c. - If you don't add
- signalmodule.c, you must add intrcheck.c from Parser and
- sigcheck.c from Python.
+ module names it is just <module>.c.
The following THINK C libraries must be added: from Standard
Libraries, ANSI and unix; from Mac Libraries, MacTraps. I put each