summaryrefslogtreecommitdiffstats
path: root/Python
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1993-04-07 14:06:14 (GMT)
committerGuido van Rossum <guido@python.org>1993-04-07 14:06:14 (GMT)
commit9575a4457559ed280bdd66e600fbd9f1b54d86d2 (patch)
tree3cc2134f011f7f4a4cf595c6ca8aa0bb2a437ed6 /Python
parentf56e3db1dd4bedc9331933504f5008a03f5d3131 (diff)
downloadcpython-9575a4457559ed280bdd66e600fbd9f1b54d86d2.zip
cpython-9575a4457559ed280bdd66e600fbd9f1b54d86d2.tar.gz
cpython-9575a4457559ed280bdd66e600fbd9f1b54d86d2.tar.bz2
* Microscopic corrections to make things compile on the Cray APP.
* Removed one use of $> in Makefile and warned about others. Added configurable lines in Makefile to change CC and AR.
Diffstat (limited to 'Python')
-rw-r--r--Python/ceval.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/Python/ceval.c b/Python/ceval.c
index cdd71a8..1206570 100644
--- a/Python/ceval.c
+++ b/Python/ceval.c
@@ -125,9 +125,8 @@ save_thread()
release_lock(interpreter_lock);
return res;
}
- else
- return NULL;
#endif
+ return NULL;
}
void