mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-29 13:01:30 +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); */
|
||||
}
|
||||
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. */
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user