diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1998-06-04 22:45:18 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-06-04 22:45:18 +0000 |
commit | 00ba656bf50b977ae582c6a199eb850502645a8f (patch) | |
tree | 782ae9db55a84cfad5325d1913ff3d509b79e8f6 /util.c | |
parent | 51b5260e302d9fcfbdbe6189af4c809984776c3d (diff) | |
download | perl-00ba656bf50b977ae582c6a199eb850502645a8f.tar.gz |
[win32] add AS patch#25 (allow B build with -DPERL_OBJECT)
p4raw-id: //depot/win32/perl@1074
Diffstat (limited to 'util.c')
-rw-r--r-- | util.c | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -2848,3 +2848,10 @@ get_opargs(void) { return opargs; } + + +SV ** +get_specialsv_list(void) +{ + return specialsv_list; +}
\ No newline at end of file |