mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-14 23:46:14 +00:00
Fix warning for /* within comment block
This commit is contained in:
parent
193d1ce6c2
commit
9911a80bef
@ -315,7 +315,7 @@ void simulate_unbind(FX2 *frame, int unbind_count, FX2 *returner) {
|
||||
/* MAKEFREEBLOCK(stackptr, (DLword *)stackptr-nextblock); */
|
||||
}
|
||||
if (returner)
|
||||
returner->fast = 0; /* since we've destroyed congituity
|
||||
returner->fast = 0; /* since we've destroyed congituity */
|
||||
/* in the stack, but that only
|
||||
matters if there's a return. */
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user