diff options
author | Robin Barker <RMBarker@cpan.org> | 2008-01-23 18:51:24 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2008-01-28 10:17:53 +0000 |
commit | 001d637e39d61293255c8b6c91da77ebdca4e4d6 (patch) | |
tree | 59debfa6b4903e4d9807985b8d65b8061aff75d2 /perl.h | |
parent | 899488baa2eb2cdab6a5fbbfa925660c0b8ab246 (diff) | |
download | perl-001d637e39d61293255c8b6c91da77ebdca4e4d6.tar.gz |
FW: [PATCH] RE: [PATCH] volatile, avoid clobbered
From: "Robin Barker" <Robin.Barker@npl.co.uk>
Message-ID: <46A0F33545E63740BC7563DE59CA9C6D093A06@exchsvr2.npl.ad.local>
p4raw-id: //depot/perl@33085
Diffstat (limited to 'perl.h')
-rw-r--r-- | perl.h | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -524,11 +524,7 @@ register struct op *Perl_op asm(stringify(OP_IN_REGISTER)); #endif #if defined(HASVOLATILE) || defined(STANDARD_C) -# ifdef __cplusplus -# define VOL /* to temporarily suppress warnings */ -# else # define VOL volatile -# endif #else # define VOL #endif |