diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-10-31 13:49:26 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-10-31 13:49:26 +0000 |
commit | 1d51329b7b2db5dad38362dae2635cd5f623f6a3 (patch) | |
tree | 536b49cbb6c98fb034ff58dba5df65fc009e32d0 /proto.h | |
parent | e3f73d4edc1b72464d0a94ac202f6e1bd3daf149 (diff) | |
download | perl-1d51329b7b2db5dad38362dae2635cd5f623f6a3.tar.gz |
Make S_readpipe_override() compile with threads; regenerate perlapi.pod
p4raw-id: //depot/perl@29169
Diffstat (limited to 'proto.h')
-rw-r--r-- | proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3919,6 +3919,7 @@ STATIC SV* S_tokeq(pTHX_ SV *sv) __attribute__nonnull__(pTHX_1); STATIC int S_pending_ident(pTHX); +STATIC void S_readpipe_override(pTHX); STATIC char* S_scan_const(pTHX_ char *start) __attribute__warn_unused_result__ __attribute__nonnull__(pTHX_1); |