diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/callproc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/callproc.c b/src/callproc.c index 8838ccb7680..ef086020e71 100644 --- a/src/callproc.c +++ b/src/callproc.c | |||
| @@ -1231,6 +1231,7 @@ child_setup (int in, int out, int err, register char **new_argv, int set_pgrp, L | |||
| 1231 | report_file_error ("Spawning child process", Qnil); | 1231 | report_file_error ("Spawning child process", Qnil); |
| 1232 | return pid; | 1232 | return pid; |
| 1233 | #endif /* MSDOS */ | 1233 | #endif /* MSDOS */ |
| 1234 | #endif /* not WINDOWSNT */ | ||
| 1234 | } | 1235 | } |
| 1235 | 1236 | ||
| 1236 | #ifndef WINDOWSNT | 1237 | #ifndef WINDOWSNT |