]> granicus.if.org Git - python/commit
Add more "volatile" decls to stop gcc -Wall warnings.
authorTim Peters <tim.peters@gmail.com>
Wed, 5 Jul 2000 22:56:52 +0000 (22:56 +0000)
committerTim Peters <tim.peters@gmail.com>
Wed, 5 Jul 2000 22:56:52 +0000 (22:56 +0000)
commit54925f98d3a685ba5949b064d21521d089cb3efa
treeb3c330900a3912816d4a38f55ff531b960343c52
parent2855290b848a95c925cbf605d39044164a71d7e5
Add more "volatile" decls to stop gcc -Wall warnings.
Somebody w/ gcc please check that the wngs are gone!
There are cheaper (at runtime) ways to prevent the wngs, but
they're obscure and delicate.  I'm going for the easy Big
Hammer here under the theory that PCRE will be replaced by
SRE anyway.
Modules/pypcre.c