summaryrefslogtreecommitdiffstats
path: root/Modules/getbuildinfo.c
Commit message (Collapse)AuthorAgeFilesLines
* Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)',Thomas Wouters2000-07-211-1/+1
| | | | | | | | | | | | | | | | | | 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 ;)
* Patch by Mark Hammond to avoid certain header files on Windows/CE.Guido van Rossum1999-08-271-0/+2
|
* Patches by William Lewis for Nextstep descendants.Guido van Rossum1999-01-271-2/+2
|
* Include macbuildno.h here (mac only) (Jack)Guido van Rossum1997-10-081-0/+4
|
* Include config.h so it can define const away for K&R.Guido van Rossum1997-05-201-0/+2
|
* work build# into version stringGuido van Rossum1997-01-201-0/+30