diff options
Diffstat (limited to 'editors/nvi-perl/files/patch-ab')
-rw-r--r-- | editors/nvi-perl/files/patch-ab | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/nvi-perl/files/patch-ab b/editors/nvi-perl/files/patch-ab new file mode 100644 index 000000000000..8df32b0abac5 --- /dev/null +++ b/editors/nvi-perl/files/patch-ab @@ -0,0 +1,11 @@ +--- perl_api/perl.xs.orig Thu Feb 19 23:50:23 1998 ++++ perl_api/perl.xs Thu Feb 19 23:50:38 1998 +@@ -418,7 +418,7 @@ + xs_init() + { + #ifdef HAVE_PERL_5_003_01 +- dXSUB_SYS; ++ dXSUB_SYS + #endif + char *file = __FILE__; + |