]> granicus.if.org Git - python/commit
Minor cleanup of parsename() and parsestr(): the 'struct compiling *'
authorGuido van Rossum <guido@python.org>
Fri, 16 Aug 2002 01:57:32 +0000 (01:57 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 16 Aug 2002 01:57:32 +0000 (01:57 +0000)
commitb081e0c74ca2c033adb075750cb32b47bb380d50
tree627a3a4d65600496c93edcdbd26e8e16a0b301b0
parent0a51b58e6b5ffd3cc17722f4ae19893ed486f3c9
Minor cleanup of parsename() and parsestr(): the 'struct compiling *'
argument should be called 'c', like everywhere else.  Renamed a
complex variable 'c' to 'z' and moved it inside the only scope where
it's used.
Python/compile.c