]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)',
authorThomas Wouters <thomas@python.org>
Fri, 21 Jul 2000 06:00:07 +0000 (06:00 +0000)
committerThomas Wouters <thomas@python.org>
Fri, 21 Jul 2000 06:00:07 +0000 (06:00 +0000)
commitf3f33dcf03eaed3c4e720178f9d69205a66d6a91
tree3365212ce8b6f11765dfd8cbc774c0c8b2f9260e
parentff4df6d6fbeac136053ba4f9b7ac567fbf39e6be
Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)',
and a couple of functions that were missed in the previous batches. Not
terribly tested, but very carefully scrutinized, three times.

All these were found by the little findkrc.py that I posted to python-dev,
which means there might be more lurking. Cases such as this:

long
func(a, b)
long a;
long b; /* flagword */
{

and other cases where the last ; in the argument list isn't followed by a
newline and an opening curly bracket. Regexps to catch all are welcome, of
course ;)
59 files changed:
Modules/_codecsmodule.c
Modules/_cursesmodule.c
Modules/_localemodule.c
Modules/_sre.c
Modules/_tkinter.c
Modules/almodule.c
Modules/arraymodule.c
Modules/audioop.c
Modules/binascii.c
Modules/cdmodule.c
Modules/clmodule.c
Modules/cmathmodule.c
Modules/cryptmodule.c
Modules/dlmodule.c
Modules/errnomodule.c
Modules/fcntlmodule.c
Modules/flmodule.c
Modules/fmmodule.c
Modules/getbuildinfo.c
Modules/getpath.c
Modules/glmodule.c
Modules/grpmodule.c
Modules/imageop.c
Modules/imgfile.c
Modules/linuxaudiodev.c
Modules/mathmodule.c
Modules/md5module.c
Modules/mpzmodule.c
Modules/newmodule.c
Modules/nismodule.c
Modules/operator.c
Modules/pcremodule.c
Modules/posixmodule.c
Modules/pwdmodule.c
Modules/readline.c
Modules/regexmodule.c
Modules/regexpr.c
Modules/resource.c
Modules/rgbimgmodule.c
Modules/rotormodule.c
Modules/selectmodule.c
Modules/sgimodule.c
Modules/shamodule.c
Modules/signalmodule.c
Modules/socketmodule.c
Modules/soundex.c
Modules/stropmodule.c
Modules/structmodule.c
Modules/sunaudiodev.c
Modules/svmodule.c
Modules/syslogmodule.c
Modules/tclNotify.c
Modules/termios.c
Modules/threadmodule.c
Modules/timemodule.c
Modules/timingmodule.c
Modules/unicodedata.c
Modules/xxmodule.c
Modules/zlibmodule.c