This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add a volatile modifier to avoid possible cloberring by longjmp,
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Sat, 3 Mar 2007 09:36:54 +0000 (09:36 +0000)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Sat, 3 Mar 2007 09:36:54 +0000 (09:36 +0000)
commit5f40764fc08e4d85d4c2d5616305dde658446619
tree52ed2defd4245a0cdc88720c67d345aed5a0fdb0
parent58c0efa57789d77088d564834046e633a5c42edc
Add a volatile modifier to avoid possible cloberring by longjmp,
as the compiler used by Jerry D. Hedden warns.

p4raw-id: //depot/perl@30448
perl.c