1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-04 22:40:25 +02:00
This commit is contained in:
Jim Blandy 1999-09-05 06:46:03 +00:00
parent 2a94fc3629
commit d1f728f18a

View file

@ -72,14 +72,16 @@
Still to do: Still to do:
- Test by comparing output with old shell script. - Test by comparing output with old shell script.
- Add a test for this to Makefile.am.
- Change build process to actually use this. - Change build process to actually use this.
- Make sure that errors cause .x file to be deleted. `make' will do - Make sure that errors cause .x file to be deleted. `make' will do
this if the process exits with a non-zero status, won't it? If not, this if the process exits with a non-zero status, won't it? If not,
delete it ourselves. delete it ourselves.
- Could we generate both the declarations and the initializations?
- Can we simplify or improve the argument lists for some of the - Can we simplify or improve the argument lists for some of the
snarfing keywords, now that we can parse them any way we like? snarfing keywords, now that we can parse them any way we like?
- When a file declares a *lot* of something, would it save space to - When a file declares a *lot* of something, would it save space to
emit a table and a loop, instead of a zillion function calls? emit a table and a loop, instead of a zillion function calls? */
#include <stddef.h> #include <stddef.h>