1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-01-13 15:18:14 +00:00

Use C-style comments only.

This commit is contained in:
Nick Briggs 2017-05-24 19:19:34 -07:00
parent 60374cf5cb
commit 4e6bbcbc1d

View File

@ -414,7 +414,7 @@ LispPTR lcfuncall(register unsigned int atom_index, register int argnum, registe
{
LispPTR test;
test= *((LispPTR*)CurrentStackPTR);
// DOSTACKOVERFLOW(argnum,bytenum-1); XXX until we figure out what should be happening
/* DOSTACKOVERFLOW(argnum,bytenum-1); XXX until we figure out what should be happening */
S_CHECK(test==*((LispPTR*)CurrentStackPTR), "overflow in ccfuncall");
}
FuncObj = tmp_fn;