projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
d20ea72
)
Suppress "statement not reached" warning from the Sun C compiler.
Gisle Aas [Wed, 18 Jan 2006 10:12:14 +0000 (10:12 +0000)]
p4raw-id: //depot/perl@26893
doio.c
patch
|
blob
|
blame
|
history
diff --git
a/doio.c
b/doio.c
index
8474465
..
557c005
100644
(file)
--- a/
doio.c
+++ b/
doio.c
@@
-1957,9
+1957,10
@@
Perl_ingroup(pTHX_ Gid_t testgid, bool effective)
Safefree(gary);
return rc;
}
-#endif
+#else
return FALSE;
#endif
+#endif
}
#if defined(HAS_MSG) || defined(HAS_SEM) || defined(HAS_SHM)