1
0
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:
Nick Briggs 2017-05-29 11:57:59 -07:00
parent 193d1ce6c2
commit 9911a80bef

View File

@ -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. */
}