diff options
| author | Dan Goodliffe <dan@randomdan.homeip.net> | 2026-07-16 19:08:38 +0100 |
|---|---|---|
| committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2026-07-16 19:08:38 +0100 |
| commit | 79ece35101544d0f743ee079c081395e36585d3c (patch) | |
| tree | e82c6404ea73b0bff3d9fcaa992735d177992539 | |
| parent | Disable PERF_RECORD_COMPRESSED2 with perf record (diff) | |
| download | patches-79ece35101544d0f743ee079c081395e36585d3c.tar.bz2 patches-79ece35101544d0f743ee079c081395e36585d3c.tar.xz patches-79ece35101544d0f743ee079c081395e36585d3c.zip | |
It's from 11 years ago! It can't still be needed, and it doesn't apply.
| -rw-r--r-- | dev-lang/perl/revert-const-core-magic-vtables.patch | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/dev-lang/perl/revert-const-core-magic-vtables.patch b/dev-lang/perl/revert-const-core-magic-vtables.patch deleted file mode 100644 index 7fbd9a2..0000000 --- a/dev-lang/perl/revert-const-core-magic-vtables.patch +++ /dev/null @@ -1,19 +0,0 @@ -reverted: ---- b/perl.h -+++ a/perl.h -@@ -5558,7 +5558,14 @@ - EXTCONST runops_proc_t PL_runops_dbg - INIT(Perl_runops_debug); - -+/* PERL_GLOBAL_STRUCT_PRIVATE wants to keep global data like the -+ * magic vtables const, but this is incompatible with SWIG which -+ * does want to modify the vtables. */ -+#ifdef PERL_GLOBAL_STRUCT_PRIVATE -+# define EXT_MGVTBL EXTCONST MGVTBL -+#else -+# define EXT_MGVTBL EXT MGVTBL -+#endif --#define EXT_MGVTBL EXTCONST MGVTBL - - #define PERL_MAGIC_READONLY_ACCEPTABLE 0x40 - #define PERL_MAGIC_VALUE_MAGIC 0x80 |
