]> granicus.if.org Git - python/commit
Fix some problems that a picky SGI compiler reported. Two were benign
authorGuido van Rossum <guido@python.org>
Tue, 7 Jul 1998 22:19:27 +0000 (22:19 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 7 Jul 1998 22:19:27 +0000 (22:19 +0000)
commiteaa1ed6b42a188ff33362b47885b18993a2e0141
tree0f0f9480f858259a7ac3114e6196a32804cea1e3
parente32d1537f0a2629c5a9896b84bfef3b965c8eb99
Fix some problems that a picky SGI compiler reported.  Two were benign
(unreachable break after a return) but one was a real bug:
ReadFrames() was getting a bogus framecount because of a missing '&'.
Modules/almodule.c