This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Globals and structs via macros - part 1 of N
authorNick Ing-Simmons <nik@tiuk.ti.com>
Sat, 29 Nov 1997 23:55:31 +0000 (23:55 +0000)
committerNick Ing-Simmons <nik@tiuk.ti.com>
Sat, 29 Nov 1997 23:55:31 +0000 (23:55 +0000)
commit49f531dad558d800dbb0a247178a2e50ad834fae
treebf922c488e53c9a9c4f1125d3fa9cecfc510e464
parent1f99044f97a88956bef2d7e0af4369aa634ea14e
Globals and structs via macros - part 1 of N
- introduce perlvars.h intrpvar.h and thrdvar.h
- change perl.h and thread.h to include them with
  appropriate macros defined
- result is status-quo but with macros
- next step is to tweak embed.* to capitalize on
  new easy-to-find info.

p4raw-id: //depot/ansiperl@337
intrpvar.h [new file with mode: 0644]
perl.h
perlvars.h [new file with mode: 0644]
thrdvar.h [new file with mode: 0644]
thread.h
win32/Makefile