]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Some compilers complain about 'control reaches end of non-void function'
authorChristian Heimes <christian@cheimes.de>
Mon, 22 Jul 2013 14:34:13 +0000 (16:34 +0200)
committerChristian Heimes <christian@cheimes.de>
Mon, 22 Jul 2013 14:34:13 +0000 (16:34 +0200)
commit1eb0cb12ac3a805a6966d60105a836764d08ff7b
tree2d47350788577fb8d9f704ce1c1db973257c07d1
parent60a60677093e2792439c9e34debe6d55feead63f
Some compilers complain about 'control reaches end of non-void function'
because they don't understand that Py_FatalError() terminates the program.
Parser/grammar1.c