mirror of
https://github.com/mirror/make.git
synced 2025-01-27 21:00:22 +08:00
Fix a possibly confusing comment at end of pump_from_tmp_fd.
This commit is contained in:
parent
01bad6f73a
commit
cb2be0db36
3
job.c
3
job.c
@ -688,7 +688,8 @@ pump_from_tmp_fd (int from_fd, int to_fd)
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* This is needed to avoid the "label at end of compound statement"
|
/* This is needed to avoid the "label at end of compound statement"
|
||||||
diagnostics on Posix platforms. */
|
diagnostics on Posix platforms, which don't see the above
|
||||||
|
ifdef'ed code. */
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user