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:
parent
60374cf5cb
commit
4e6bbcbc1d
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user