We're abusing the current ASCII driver by telling it to allocate a
authorBen Pfaff <blp@gnu.org>
Tue, 27 Apr 2004 05:54:31 +0000 (05:54 +0000)
committerBen Pfaff <blp@gnu.org>
Tue, 27 Apr 2004 05:54:31 +0000 (05:54 +0000)
commitf1c9e6126217fbb47aefa3f6360cafb3e15976e1
tree15e3b50e34b52dadc3f09e766f83d2c1fc140281
parent820b7520edec5f0cbee7aa5f2d361af6673eb0a1
We're abusing the current ASCII driver by telling it to allocate a
9999-line, 9999-character page in the tests.  This causes some systems
to curl up and die because it allocates 20 MB of contiguous RAM.  This
change alleviates at least part of the problem.  It is mostly a
stop-gap until the new output system is ready.

Also, get rid of unused matrix.[ch].
src/ChangeLog
src/Makefile.am
src/ascii.c
src/matrix.c [deleted file]
src/matrix.h [deleted file]