summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1998-06-04 22:45:18 +0000
committerGurusamy Sarathy <gsar@cpan.org>1998-06-04 22:45:18 +0000
commit51aa15f38ed061e162eb5fdd50db6c15d839cf32 (patch)
tree782ae9db55a84cfad5325d1913ff3d509b79e8f6 /proto.h
parent95d94a4f85cab4045e157acc1a0d6b2096eecea2 (diff)
downloadperl-51aa15f38ed061e162eb5fdd50db6c15d839cf32.tar.gz
[win32] add AS patch#25 (allow B build with -DPERL_OBJECT)
p4raw-id: //depot/win32/perl@1074
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/proto.h b/proto.h
index 49cd6b475d..093bc1e0e3 100644
--- a/proto.h
+++ b/proto.h
@@ -1228,6 +1228,7 @@ void restore_expect _((void *e));
void restore_lex_expect _((void *e));
void yydestruct _((void *ptr));
VIRTUAL int fprintf _((PerlIO *pf, const char *pat, ...));
+VIRTUAL SV** get_specialsv_list _((void));
#ifdef WIN32
VIRTUAL int& ErrorNo _((void));