Staging
v0.8.1
Revision 74608f8b8aa571089f8170b0d80bae6746b16f28 authored by Guido van Rossum on 30 December 1997, 05:44:10 UTC, committed by Guido van Rossum on 30 December 1997, 05:44:10 UTC
type for all functions.  However many function call PyArg_Parse() and
need a 0.  This is so that when they didn't change anything, the can
do Py_INCREF(args); return args.  Reverted this back.  For atof(),
there's no reason not to use PyArg_ParseTuple(), so I changed the code
(atoi and atol already used that).
1 parent 786205e
History
File Mode Size
Makefile.in -rw-r--r-- 2.0 KB
acceler.c -rw-r--r-- 4.7 KB
assert.h -rw-r--r-- 1.9 KB
bitset.c -rw-r--r-- 2.4 KB
firstsets.c -rw-r--r-- 3.6 KB
grammar.c -rw-r--r-- 5.9 KB
grammar1.c -rw-r--r-- 2.5 KB
intrcheck.c -rw-r--r-- 4.5 KB
listnode.c -rw-r--r-- 2.5 KB
metagrammar.c -rw-r--r-- 3.6 KB
myreadline.c -rw-r--r-- 4.1 KB
node.c -rw-r--r-- 2.7 KB
parser.c -rw-r--r-- 9.6 KB
parser.h -rw-r--r-- 2.4 KB
parsetok.c -rw-r--r-- 4.5 KB
pgen.c -rw-r--r-- 16.1 KB
pgen.h -rw-r--r-- 1.7 KB
pgenmain.c -rw-r--r-- 4.7 KB
printgrammar.c -rw-r--r-- 4.0 KB
tokenizer.c -rw-r--r-- 16.1 KB
tokenizer.h -rw-r--r-- 3.0 KB

back to top