mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-13 15:18:14 +00:00
Fix warning for comment within comment.
modified: vmemsave.c
This commit is contained in:
parent
04b0b3ee0b
commit
224e6478bd
@ -586,7 +586,7 @@ void lisp_finish() {
|
||||
/* following 5 lines don't work well. */
|
||||
d[0] = 'E';
|
||||
d[3] = 1;
|
||||
/* These only happen if the fork really succeeded:
|
||||
/* These only happen if the fork really succeeded: */
|
||||
/* if (UnixPipeOut >= 0) write(UnixPipeOut, d, 4); */
|
||||
/* if (UnixPipeIn >= 0 read(UnixPipeIn, d, 4);*/ /* Make sure it's finished */
|
||||
/* if (UnixPID >= 0) kill(UnixPID, SIGKILL);*/ /* Then kill fork_Unix itself */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user