"Bernard Giroud" <[EMAIL PROTECTED]> wrote:
> OK! So here it is... (Still one utility and the header
> system.h).

Thank you.
I've made the suggested changes:

        * src/system.h (initialize_main): Define.
        Use it in every `main'.  Applied via this:
        p='initialize_main (&argc, &argv);'
        perl -ni -e '/program_name.=.argv.0/ and print "  '"$p"'\n"; print' \
          $(grep -l program_name.=.argv.0 *.c)
        test.c uses margc/margv, so I made the change manually for that file.
        Based on a patch from Bernard Giroud.


_______________________________________________
Bug-coreutils mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-coreutils

Reply via email to