1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-04-18 08:26:02 +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); */ /* MAKEFREEBLOCK(stackptr, (DLword *)stackptr-nextblock); */
} }
if (returner) if (returner)
returner->fast = 0; /* since we've destroyed congituity returner->fast = 0; /* since we've destroyed congituity */
/* in the stack, but that only /* in the stack, but that only
matters if there's a return. */ matters if there's a return. */
} }