Ok. I fixed it. Although I didn't use any #define because the style guide says it's evil...
Olivier On Wed, 19 Aug 2009 19:52:38 +0200 Denys Vlasenko <[email protected]> wrote: > You can eliminate opt_N variable. Just: > > #define OPT_N 8 > ... > ... > > if (src_line == 0 && (opt & OPT_N)) ... > > -- > vda
patch-n_2.patch
Description: Binary data
_______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
