compilation tweak, fix .cvsignore

git-svn-id: svn://localhost/root/svnrepo/trunk@5 bee25f81-8ba7-4b93-944d-dfac3d1a11cc
This commit is contained in:
colin.smith 2006-08-12 20:07:54 +00:00
parent 46184ad56b
commit 90790cb461
2 changed files with 1 additions and 9 deletions

View File

@ -1,8 +0,0 @@
tmp[123]
vxs-interp
vxs-bootstrap
vx-scheme
vx-scheme.exe
_compiler.cpp
Scheme.ncb
Scheme.suo

View File

@ -583,7 +583,7 @@ bool Context::read_eval_print
fflush (out);
}
while (expr = read (sio))
while ((expr = read (sio)))
{
// Don't bother printing the unspecified value as result.