summaryrefslogtreecommitdiff
path: root/perl.h
diff options
context:
space:
mode:
authorNick Ing-Simmons <nik@tiuk.ti.com>2001-12-30 10:03:43 +0000
committerNick Ing-Simmons <nik@tiuk.ti.com>2001-12-30 10:03:43 +0000
commitd75503f100dffe40d0168c3895f6edca03ac3346 (patch)
treeb0683a01eb86150f865ff6ed11b4a1c82df80359 /perl.h
parenta06d4b7fa7822309a686f69b7ef2469437e518ec (diff)
parentd6171bb7b09dc5d1334c6ea447ccef40cc47f9fd (diff)
downloadperl-d75503f100dffe40d0168c3895f6edca03ac3346.tar.gz
Integrate mainline
p4raw-id: //depot/perlio@13945
Diffstat (limited to 'perl.h')
-rw-r--r--perl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl.h b/perl.h
index ab7742252d..ddea22b0a4 100644
--- a/perl.h
+++ b/perl.h
@@ -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