CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/12/31 10:16:38
Modified files:
lib/libc/regex : regcomp.c
Log message:
Strings in struct parse can be const, they are never modified.
Also, the temporary array in nonnewline() can be made static const.
>From miod@, OK tb@
