diff options
author | Nick Ing-Simmons <nik@tiuk.ti.com> | 1997-11-29 23:55:31 +0000 |
---|---|---|
committer | Nick Ing-Simmons <nik@tiuk.ti.com> | 1997-11-29 23:55:31 +0000 |
commit | 49f531dad558d800dbb0a247178a2e50ad834fae (patch) | |
tree | bf922c488e53c9a9c4f1125d3fa9cecfc510e464 /win32 | |
parent | 1f99044f97a88956bef2d7e0af4369aa634ea14e (diff) | |
download | perl-49f531dad558d800dbb0a247178a2e50ad834fae.tar.gz |
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
Diffstat (limited to 'win32')
-rw-r--r-- | win32/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/win32/Makefile b/win32/Makefile index b50c51e826..1505b140a9 100644 --- a/win32/Makefile +++ b/win32/Makefile @@ -241,6 +241,8 @@ CORE_H = ..\av.h \ ..\XSUB.h \ .\config.h \ ..\EXTERN.h \ + ..\perlvars.h \ + ..\intrpvar.h \ .\include\dirent.h \ .\include\netdb.h \ .\include\sys\socket.h \ |