From 98f323fa86816a3454ebadf5e7d62df5aa6838c7 Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Mon, 18 Dec 2000 20:43:49 +0000 Subject: Comments work so much better when they are closed. p4raw-id: //depot/perl@8184 --- regcomp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'regcomp.c') diff --git a/regcomp.c b/regcomp.c index f73f5818be..8748271ec1 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) -- cgit v1.2.1