This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regcomp.c, perl.c: Use 'VOL' not 'volatile'
authorKarl Williamson <khw@cpan.org>
Sat, 19 Mar 2016 15:10:41 +0000 (09:10 -0600)
committerKarl Williamson <khw@cpan.org>
Sat, 19 Mar 2016 16:03:30 +0000 (10:03 -0600)
commitb084bc872b1f5913720822fd8869b542ba5ef81e
tree6189e4b959b1cca586a8122ed38b08680989333f
parent0f2b45c74307980ff2b0d608d505ccbe87840a2f
regcomp.c, perl.c: Use 'VOL' not 'volatile'

I presume that VOL is so perl can at least compile on compilers that lack
'volatile'.  (It was added by Larry in 1991 by 352d5a3ab; there were
probably a lot more compilers like that back then.)  But VOL is used
consistently in the core, with these being the two exceptions.
perl.c
regcomp.c