mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-04 22:40:25 +02:00
Typo
This commit is contained in:
parent
2a94fc3629
commit
d1f728f18a
1 changed files with 3 additions and 1 deletions
|
@ -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>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue