On Wed, Jun 3, 2009 at 11:03 PM, Rob Landley<[email protected]> wrote:
> Also zapped INIT_G() while I was there, since it was dead code anyway.

The idea behind INIT_G() is to initialize globals. memset(0), xzalloc()
depending on the method used in the particular applet. In this applet,
INIT_G() is a no-op. But in case the method would change, I chose
to keep INIT_G() even if it is a no-op.

> Remove unnecessary #if statements from the "more", "script", and
> "scriptreplay" commands.  Bloatcheck says 0 bytes changed.

Applied, thanks!

--
vda
_______________________________________________
busybox mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/busybox

Reply via email to