1
0
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:
Nick Briggs 2017-06-08 08:24:41 -07:00
parent 04b0b3ee0b
commit 224e6478bd

View File

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