On Fri, Mar 19, 2010 at 14:51, Jim Meyering <j...@meyering.net> wrote: > Paolo Bonzini wrote: >> * search.c (Ecompile): Always go through GEAcompile. > > This lazy^W time-constrained reviewer doesn't see off-hand why > you're doing this, or why it's ok. I presume it's a no-semantic-change.
Yes, this way it goes through the same code path for both grep and egrep. For the next patches in the series, it makes sense because Ecompile becomes a 1-line function I can move to esearch.c, instead of a stripped-down version of GEAcompile. Paolo