]> granicus.if.org Git - python/commit
Some compilers complain about 'control reaches end of non-void function'
authorChristian Heimes <christian@cheimes.de>
Mon, 22 Jul 2013 14:34:28 +0000 (16:34 +0200)
committerChristian Heimes <christian@cheimes.de>
Mon, 22 Jul 2013 14:34:28 +0000 (16:34 +0200)
commit7b3902a20fa0f58b11824c2226c30f9cd0e71e88
tree03365765fe487adbc811c5ce77847445a4eb75e3
parentde0e63bd9cf3f4f4833664988d2ec03b75c0d5a1
parent1eb0cb12ac3a805a6966d60105a836764d08ff7b
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