]> granicus.if.org Git - python/commit
Move definition int sval into branch of ifdef where it is used.
authorJeremy Hylton <jeremy@alum.mit.edu>
Fri, 28 Nov 2008 23:42:59 +0000 (23:42 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Fri, 28 Nov 2008 23:42:59 +0000 (23:42 +0000)
commit0d52182f67bf8db13c15386bf6dd5a1ab9468a44
tree946a284ba999bed79489b7f8277101b7710b43ae
parent6ed1c93c96485ee3c555d66956b3e4d1ca01f64a
Move definition int sval into branch of ifdef where it is used.

Otherwise, you get a warning about an undefined variable.
Modules/_multiprocessing/semaphore.c