File tree 3 files changed +1
-4
lines changed
3 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,6 @@ PL_no_dir_func
37
37
PL_no_func
38
38
PL_no_helem_sv
39
39
PL_no_localize_ref
40
- PL_no_mem
41
40
PL_no_modify
42
41
PL_no_myglob
43
42
PL_no_security
Original file line number Diff line number Diff line change @@ -5392,8 +5392,6 @@ EXTCONST char PL_no_helem_sv[]
5392
5392
INIT (" Modification of non-creatable hash value attempted, subscript \" %" SVf " \" " );
5393
5393
EXTCONST char PL_no_modify[]
5394
5394
INIT (" Modification of a read-only value attempted" );
5395
- EXTCONST char PL_no_mem[sizeof (" Out of memory!\n " )]
5396
- INIT (" Out of memory!\n " );
5397
5395
EXTCONST char PL_no_security[]
5398
5396
INIT (" Insecure dependency in %s%s" );
5399
5397
EXTCONST char PL_no_sock_func[]
Original file line number Diff line number Diff line change @@ -341,7 +341,7 @@ unless (exists $symbols{text}) {
341
341
ok($symbols {obj }{' util.o' }, " has object util.o" );
342
342
ok($symbols {text }{' Perl_croak' }{' util.o' }, " has text Perl_croak in util.o" );
343
343
ok(exists $symbols {data }{const }, " has data const symbols" );
344
- ok($symbols {data }{const }{PL_no_mem }{' globals.o' }, " has PL_no_mem " );
344
+ ok($symbols {data }{const }{PL_no_modify }{' globals.o' }, " has PL_no_modify " );
345
345
346
346
my $nocommon = $Config {ccflags } =~ / -fno-common/ ? 1 : 0;
347
347
You can’t perform that action at this time.
0 commit comments