Define a new condition type that is signalled when STRING-ALLOCATE is
authorChris Hanson <org/chris-hanson/cph>
Sat, 9 Jan 1993 09:46:54 +0000 (09:46 +0000)
committerChris Hanson <org/chris-hanson/cph>
Sat, 9 Jan 1993 09:46:54 +0000 (09:46 +0000)
commit7d615fae2e572744c40d242da64d57b0a45e1fff
treed80a52e9264d4bd092a7c722cdb0cbbb24af8558
parentc1d187038d939447a439f31176901c66f0890126
Define a new condition type that is signalled when STRING-ALLOCATE is
unable to allocate the string due to a lack of memory.  Set up a
condition handler for this type in the file-reading code so that the
error message tells the user that the file is too big to fit in
memory.
v7/src/edwin/fileio.scm
v7/src/edwin/utils.scm