]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Moved support functions after main function; added prototypes;
authorGuido van Rossum <guido@python.org>
Thu, 4 Apr 1991 10:40:29 +0000 (10:40 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 4 Apr 1991 10:40:29 +0000 (10:40 +0000)
commit374a92261b191df619f7bcbde104eeda5edede2d
tree4142194008ceebb8c20e8b4c6324b07afd3ea511
parent5662746a9e0545120d5a0368b465bc93aee3a069
Moved support functions after main function; added prototypes;
Fixed 'needspace' hack to use a flag in the stdout file object;
added local and global variable lookup cases.
Python/ceval.c