Skip to content

Commit 80a13a0

Browse files
committed
PL_magic_data: Initialize with INIT(), not DOINIT
1 parent 5ed30c9 commit 80a13a0

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

perl.h

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6307,13 +6307,12 @@ EXTCONST runops_proc_t PL_runops_dbg
63076307

63086308
#include "mg_vtable.h"
63096309

6310+
EXTCONST U8 PL_magic_data[256]
63106311
#ifdef DOINIT
6311-
EXTCONST U8 PL_magic_data[256] =
6312+
=
63126313
# include "mg_data.h"
6313-
;
6314-
#else
6315-
EXTCONST U8 PL_magic_data[256];
63166314
#endif
6315+
;
63176316

63186317
/* NL IV NV PV INV PI PN MG RX GV LV AV HV CV FM IO OBJ */
63196318
EXTCONST bool

0 commit comments

Comments
 (0)