summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2005-11-14 10:24:58 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2005-11-14 10:24:58 +0000
commit5836e3ecdff1c184f035811e31eb710069409212 (patch)
treed152f017ec7c7afb9f1dff9bebac11652381e8e5 /embed.fnc
parent672ac9460f4d847752c940ba0d1cf6f86ba3d354 (diff)
downloadperl-5836e3ecdff1c184f035811e31eb710069409212.tar.gz
Suppress gcc warnings when ignoring the return value of io_close(),
as suggested by Gisle Aas. p4raw-id: //depot/perl@26123
Diffstat (limited to 'embed.fnc')
-rw-r--r--embed.fnc2
1 files changed, 1 insertions, 1 deletions
diff --git a/embed.fnc b/embed.fnc
index 1b37a517c2..aa439735fb 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -314,7 +314,7 @@ Ap |void |init_stacks
Ap |void |init_tm |NN struct tm *ptm
pd |U32 |intro_my
ApPR |char* |instr |NN const char* big|NN const char* little
-pR |bool |io_close |NN IO* io|bool not_implicit
+p |bool |io_close |NN IO* io|bool not_implicit
pR |OP* |invert |NULLOK OP* cmd
dpR |bool |is_gv_magical |NN const char *name|STRLEN len|U32 flags
ApR |I32 |is_lvalue_sub