]> granicus.if.org Git - python/commit
Issue #17832: fix a compilation warning about a function prototype.
authorAntoine Pitrou <solipsis@pitrou.net>
Wed, 24 Apr 2013 18:17:53 +0000 (20:17 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Wed, 24 Apr 2013 18:17:53 +0000 (20:17 +0200)
commit208ac5cf6553e8c83dbefef8ef180c5394baa7bc
tree9bfaa3d8fc28fef9a3eabc8af785563687e20285
parent45f3d2fff08af8b13a52f72d2342934253e3690d
Issue #17832: fix a compilation warning about a function prototype.
Also, make the private function static.
Python/pythonrun.c