diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-11-03 17:51:44 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-11-03 17:51:44 +0000 |
commit | beeb77fc17e11913205723efb9351ff771305f35 (patch) | |
tree | d68ccb7ddf7a5f50a6ca5817ef39f22dd7424839 /regcomp.c | |
parent | 88d69b28eb77c3cb60b877e68c428e1122a0c3da (diff) | |
download | perl-beeb77fc17e11913205723efb9351ff771305f35.tar.gz |
Comment correction.
p4raw-id: //depot/perl@12834
Diffstat (limited to 'regcomp.c')
-rw-r--r-- | regcomp.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3179,7 +3179,7 @@ S_regwhite(pTHX_ char *p, char *e) Character classes ([:foo:]) can also be negated ([:^foo:]). Returns a named class id (ANYOF_XXX) if successful, -1 otherwise. Equivalence classes ([=foo=]) and composites ([.foo.]) are parsed, - but trigger warnings because they are currently unimplemented. */ + but trigger failures because they are currently unimplemented. */ STATIC I32 S_regpposixcc(pTHX_ RExC_state_t *pRExC_state, I32 value) { |