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 | cf11476fcb3b3d6ab30e6e8cf04f74ec9adf9bdc (patch) | |
tree | d68ccb7ddf7a5f50a6ca5817ef39f22dd7424839 /regcomp.c | |
parent | 86eae33b74a8624abd824164f7286c13a207ad25 (diff) | |
download | perl-cf11476fcb3b3d6ab30e6e8cf04f74ec9adf9bdc.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) { |