]> granicus.if.org Git - python/commit
Silence a warning from gcc 4.0.1 by specifying a function's parameter list is
authorBrett Cannon <bcannon@gmail.com>
Fri, 5 Jan 2007 21:45:09 +0000 (21:45 +0000)
committerBrett Cannon <bcannon@gmail.com>
Fri, 5 Jan 2007 21:45:09 +0000 (21:45 +0000)
commitd14ef77ae1d455369f12b3d483c36323663d2fa3
tree896620390c4b43dead8ca1ead7a28b1db648cf1c
parent9c3a392321b615fcd1abe184ad5759808a7bc943
Silence a warning from gcc 4.0.1 by specifying a function's parameter list is
'void' instead of just a set of empty parentheses.
Modules/main.c