compilation tweak, fix .cvsignore
git-svn-id: svn://localhost/root/svnrepo/trunk@5 bee25f81-8ba7-4b93-944d-dfac3d1a11cc
This commit is contained in:
parent
46184ad56b
commit
90790cb461
|
@ -1,8 +0,0 @@
|
||||||
tmp[123]
|
|
||||||
vxs-interp
|
|
||||||
vxs-bootstrap
|
|
||||||
vx-scheme
|
|
||||||
vx-scheme.exe
|
|
||||||
_compiler.cpp
|
|
||||||
Scheme.ncb
|
|
||||||
Scheme.suo
|
|
|
@ -583,7 +583,7 @@ bool Context::read_eval_print
|
||||||
fflush (out);
|
fflush (out);
|
||||||
}
|
}
|
||||||
|
|
||||||
while (expr = read (sio))
|
while ((expr = read (sio)))
|
||||||
{
|
{
|
||||||
// Don't bother printing the unspecified value as result.
|
// Don't bother printing the unspecified value as result.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue