Init Patch for review and evaluation

Mike Frysinger vapier at gentoo.org
Sun Dec 23 08:24:02 UTC 2007


On Saturday 22 December 2007, Eugene Bordenkircher wrote:
> +#if ENABLE_FEATURE_KILL_REMOVED_RESPAWN

the point of all these ENABLE_... defines is so that you can do:
if (ENABLE_FEATURE_KILL_REMOVED_RESPAWN) {
	...
}
instead of:
#if ENABLE_FEATURE_KILL_REMOVED_RESPAWN
	...
#endif
in the future, please try to utilize the first form
-mike
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 835 bytes
Desc: This is a digitally signed message part.
Url : http://lists.busybox.net/pipermail/busybox/attachments/20071223/b2c5f495/attachment-0002.pgp 


More information about the busybox mailing list