summaryrefslogblamecommitdiff
path: root/editors/nvi-perl/files/patch-perl.xs
blob: c18e6c8c0dcd0eae5f44fc34d085a9ac67294351 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
















                                                            
--- perl_api/perl.xs.orig	Thu Apr  3 00:34:52 2003
+++ perl_api/perl.xs	Thu Apr  3 00:35:05 2003
@@ -31,11 +31,12 @@ static const char sccsid[] = "@(#)perl.x
 #include <termios.h>
 #include <unistd.h>
 
-#include "../common/common.h"
-
 #include <EXTERN.h>
 #include <perl.h>
 #include <XSUB.h>
+
+#undef ARGS
+#include "../common/common.h"
 
 #include "perl_extern.h"