Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Why is the body of main() back in init.c again?
- X-seq: zsh-workers 12508
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: Why is the body of main() back in init.c again?
- Date: Thu, 3 Aug 2000 14:42:06 +0000
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
We started out with main() in init.c, and then we created main.c and moved
main() there, and now main() is a stub and it's body is back in init.c.
This sort of thing gives me a headache; it makes it very difficult to track
changes within the code that's bouncing back and forth.
--
Bart Schaefer Brass Lantern Enterprises
http://www.well.com/user/barts http://www.brasslantern.com
Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net
Messages sorted by:
Reverse Date,
Date,
Thread,
Author