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:
@@ -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. */
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user