From cb69f87a007debfba124ee7db6ef7f6a2ac42df7 Mon Sep 17 00:00:00 2001 From: "H.Merijn Brand" Date: Sat, 29 Dec 2001 21:38:59 +0100 Subject: from the non-ANSI comment police (was: it won't compile on win32) Message-Id: <20011229203646.24CF.H.M.BRAND@hccnet.nl> (NetWare tree not touched because it's very //) p4raw-id: //depot/perl@13939 --- perl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl.h') diff --git a/perl.h b/perl.h index 87f52785ca..89e0a126e5 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 -- cgit v1.2.1