summaryrefslogtreecommitdiff
path: root/regcomp.c
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2000-12-18 20:43:49 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2000-12-18 20:43:49 +0000
commit98f323fa86816a3454ebadf5e7d62df5aa6838c7 (patch)
treebdab34c1e09a11833e54d3526d4b6e13c9d318a4 /regcomp.c
parente2962f6637a07657f5a31398e2f9be46bc90ef6d (diff)
downloadperl-98f323fa86816a3454ebadf5e7d62df5aa6838c7.tar.gz
Comments work so much better when they are closed.
p4raw-id: //depot/perl@8184
Diffstat (limited to 'regcomp.c')
-rw-r--r--regcomp.c2
1 files changed, 1 insertions, 1 deletions
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)