From: Jarkko Hietaniemi Date: Mon, 18 Dec 2000 20:43:49 +0000 (+0000) Subject: Comments work so much better when they are closed. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=98f323fa86816a3454ebadf5e7d62df5aa6838c7;p=p5sagit%2Fp5-mst-13.2.git Comments work so much better when they are closed. p4raw-id: //depot/perl@8184 --- diff --git a/regcomp.c b/regcomp.c index f73f581..8748271 100644 --- a/regcomp.c +++ b/regcomp.c @@ -3340,7 +3340,7 @@ S_regclass(pTHX_ RExC_state_t *pRExC_state) /* Possible truncation here but in some 64-bit environments * the compiler gets heartburn about switch on 64-bit values. * A similar issue a little earlier when switching on value. - * --jhi + * --jhi */ switch ((I32)namedclass) { case ANYOF_ALNUM: if (LOC)