diff options
Diffstat (limited to 'generic/regc_lex.c')
-rw-r--r-- | generic/regc_lex.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/generic/regc_lex.c b/generic/regc_lex.c index e20b222..1acc3f4 100644 --- a/generic/regc_lex.c +++ b/generic/regc_lex.c @@ -1010,8 +1010,9 @@ newline() } /* - - ch - return the chr sequence for locale.c's fake collating element ch - * This helps confine use of CHR to this source file. + - ch - return the chr sequence for regc_locale.c's fake collating element ch + * This helps confine use of CHR to this source file. Beware that the caller + * knows how long the sequence is. ^ #ifdef REG_DEBUG ^ static chr *ch(NOPARMS); ^ #endif |