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 | 51aa15f38ed061e162eb5fdd50db6c15d839cf32 (patch) | |
tree | 782ae9db55a84cfad5325d1913ff3d509b79e8f6 /byterun.h | |
parent | 95d94a4f85cab4045e157acc1a0d6b2096eecea2 (diff) | |
download | perl-51aa15f38ed061e162eb5fdd50db6c15d839cf32.tar.gz |
[win32] add AS patch#25 (allow B build with -DPERL_OBJECT)
p4raw-id: //depot/win32/perl@1074
Diffstat (limited to 'byterun.h')
-rw-r--r-- | byterun.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -179,7 +179,6 @@ EXT int optype_size[] #endif /* DOINIT */ ; -EXT SV * specialsv_list[4]; #define INIT_SPECIALSV_LIST STMT_START { \ specialsv_list[0] = Nullsv; \ specialsv_list[1] = &sv_undef; \ |