projects
/
platform
/
upstream
/
make.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
01bad6f
)
Fix a possibly confusing comment at end of pump_from_tmp_fd.
author
Eli Zaretskii
<eliz@gnu.org>
Sat, 4 May 2013 07:56:32 +0000
(10:56 +0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Sat, 4 May 2013 07:56:32 +0000
(10:56 +0300)
job.c
patch
|
blob
|
history
diff --git
a/job.c
b/job.c
index 9a67ec419f9224b3e68fde56aff6980d107cb544..548f21abadb415dd551de1656bf5dc0e7716a35b 100644
(file)
--- a/
job.c
+++ b/
job.c
@@
-688,7
+688,8
@@
pump_from_tmp_fd (int from_fd, int to_fd)
#endif
/* 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;
}