We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00a3a04 commit 28c4223Copy full SHA for 28c4223
libperl-sys/wrapper.h
@@ -1,3 +1,9 @@
1
#include <INTERN.h> /* from the Perl distribution */
2
#define PERL_IN_GLOBALS_C
3
#include <perl.h> /* from the Perl distribution */
4
+
5
+#if defined(G_ARRAY) && !defined(G_LIST)
6
+# define G_LIST G_ARRAY
7
+#elif !defined(G_ARRAY)
8
+# define G_ARRAY G_LIST
9
+#endif
0 commit comments