diff options
author | Nick Ing-Simmons <nik@tiuk.ti.com> | 2001-12-30 10:03:43 +0000 |
---|---|---|
committer | Nick Ing-Simmons <nik@tiuk.ti.com> | 2001-12-30 10:03:43 +0000 |
commit | d75503f100dffe40d0168c3895f6edca03ac3346 (patch) | |
tree | b0683a01eb86150f865ff6ed11b4a1c82df80359 /perl.h | |
parent | a06d4b7fa7822309a686f69b7ef2469437e518ec (diff) | |
parent | d6171bb7b09dc5d1334c6ea447ccef40cc47f9fd (diff) | |
download | perl-d75503f100dffe40d0168c3895f6edca03ac3346.tar.gz |
Integrate mainline
p4raw-id: //depot/perlio@13945
Diffstat (limited to 'perl.h')
-rw-r--r-- | perl.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -254,7 +254,7 @@ register struct op *Perl_op asm(stringify(OP_IN_REGISTER)); #if defined(HASVOLATILE) || defined(STANDARD_C) # ifdef __cplusplus -# define VOL // to temporarily suppress warnings +# define VOL /* to temporarily suppress warnings */ # else # define VOL volatile # endif |