This is a minimal resurrection of a handy, though bit-rotted, old tool.
authorMichael R. Blair <edu/mit/csail/zurich/ziggy>
Sat, 3 Jun 2006 08:05:20 +0000 (08:05 +0000)
committerMichael R. Blair <edu/mit/csail/zurich/ziggy>
Sat, 3 Jun 2006 08:05:20 +0000 (08:05 +0000)
commit55c7f3ea465491ab88974a8cdce516430f194a42
treedab86d952d61475aca4435d777d0987728cafea4
parentf0af997fad5335a2dfc4cc6a7f6bf9eeec7e4031
This is a minimal resurrection of a handy, though bit-rotted, old tool.

Subsequent patches make it more palatable and likely to be maintained.
Stay tuned for more clean up before giving it a spin.  I've staged the
commits so successive versions can be built and tinkered with rather
than doing one massive re-write than cannot be easily factored out.

Fixed some compiler warnings:

Defer to "scheme.h" for deprecated `fast' and several other niceties.
Added missing `#include <stdlib.h>' (for `malloc()',`free()',`exit()').
Removed obsolete static `memory_base' global ("load.c" no longer uses).
Removed obsolete static `string_buffer[10]' global (no longer used).
Fixed `main()' return type to canonical `int' (and made it return so).
Initialized uninitialized `Next' ptr to `((SCHEME_OBJECT *) NULL)'.
Appeased `sscanf()' by passing constant strings, not string literals.
v7/src/microcode/ppband.c