CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/07/11 06:38:46
Modified files:
lib/libc/regex : engine.c regexec.c
Log message:
Drop a const-bomb on regexec. It's probably not a good idea to remove a
const promise when processing it in the regex engine.
Minor tweak and OK schwarze@
