This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Create a struct for all perls globals (as an option)
authorNick Ing-Simmons <nik@tiuk.ti.com>
Mon, 1 Dec 1997 02:54:29 +0000 (02:54 +0000)
committerNick Ing-Simmons <nik@tiuk.ti.com>
Mon, 1 Dec 1997 02:54:29 +0000 (02:54 +0000)
commit22239a37ce131e4f5341aee571f08aced283e16a
tree8f7f8e19354cc72b2f70b0f4bee40968a002c92b
parent36c15d3fd87bb94724027176c49a6c0afbc14dc9
Create a struct for all perls globals (as an option)
Mainly for Mingw32 which cannot import data.
Now only Opcode tests fail (op_desc/op_name not
       handled yet stuff)

p4raw-id: //depot/ansiperl@341
22 files changed:
EXTERN.h
embed.h
embed.pl
embedvar.h
ext/Thread/Thread.xs
global.sym
miniperlmain.c
perl.c
perl.h
perlvars.h
pp_hot.c
proto.h
run.c
util.c
win32/Makefile
win32/makedef.pl
win32/makegcc.mk
win32/perllib.c
win32/win32.c
win32/win32.h
win32/win32iop.h
win32/win32thread.c