]> git.ipfire.org Git - thirdparty/coreutils.git/commit
(struct control): Put re_compiled member at the
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 11 Apr 2006 00:49:59 +0000 (00:49 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 11 Apr 2006 00:49:59 +0000 (00:49 +0000)
commitff652937b0f2ca7443811db6ec44f054472bf1c3
tree630175aac8bd76cf84ddd1d2e117614b24973f0a
parentba75c95164b32e59b8adfc31b2f338be4cd9fa91
(struct control): Put re_compiled member at the
end, since it's large.  Change regexpr member from char * to bool;
all uses changed.  Add new member fastmap.
(extract_regexp): regexp arg is now char const *, not char *.
Don't bother duplicating the regular expression; it's not needed.
Set fastmap from new fastmap member.  Don't bother allocating
a buffer, as the regexp code does a better job than we do.
src/csplit.c