summaryrefslogtreecommitdiff
blob: 3b2de789b5b4a158fc7eec5ae6f8ed6dacb1b56e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- ../perl_api/perlsfio.c
+++ ../perl_api/perlsfio.c
@@ -32,6 +32,7 @@
 /* perl redefines them
  * avoid warnings
  */
+#undef re_compile
 #undef USE_DYNAMIC_LOADING
 #undef DEBUG
 #undef PACKAGE
--- ../perl_api/perl.xs
+++ ../perl_api/perl.xs
@@ -38,6 +38,7 @@
 /* perl redefines them
  * avoid warnings
  */
+#undef re_compile
 #undef USE_DYNAMIC_LOADING
 #undef DEBUG
 #undef PACKAGE