blob: 8df32b0abac59788b11c52db4cdd0556c8a34a5a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
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__;
|