]> granicus.if.org Git - postgresql/commit
Add 'volatile' declarations to silence gcc warnings about longjmp.
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 27 Feb 2000 07:18:29 +0000 (07:18 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 27 Feb 2000 07:18:29 +0000 (07:18 +0000)
commit1e091ad60171d729b1d2f6dba0fa3c7e19da5f3e
treecc9704321cbb283da2ca9cc7f8fbb8f90cd57b72
parentf884130241402634480efe04cd86033f0238f1f1
Add 'volatile' declarations to silence gcc warnings about longjmp.
Shouldn't create any portability problems, since we have a configure
test to #define away volatile if the compiler doesn't support it.
src/pl/tcl/pltcl.c