On Thursday 27 March 2008, [EMAIL PROTECTED] wrote: > So I decided to split the whole patch: attached is the first part which > adds regexp substitution in rename clause and nothing more.
please update to current trunk and use C if's rather than CPP #if's, and use C
style comments rather than C++. then i'll look at merging it as this version
is much cleaner than the original.
if (ENABLE_...) {
/* do regex stuff */
} else {
/* dont do regex stuff */
}
-mike
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ busybox mailing list [email protected] http://busybox.net/cgi-bin/mailman/listinfo/busybox
