This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
embed.pl now reads *var*.h to do its stuff.
authorNick Ing-Simmons <nik@tiuk.ti.com>
Sun, 30 Nov 1997 20:00:19 +0000 (20:00 +0000)
committerNick Ing-Simmons <nik@tiuk.ti.com>
Sun, 30 Nov 1997 20:00:19 +0000 (20:00 +0000)
commitd4cce5f1785350c29a181d4bbaaa3141c6fdbe1e
tree31d1c1ad53b77dd43bd3cc61ebf29d225e620e94
parent49f531dad558d800dbb0a247178a2e50ad834fae
embed.pl now reads *var*.h to do its stuff.
Split generated embed.h into two - new embedvar.h
is #included when 'op' etc. will not mess up proto.h etc.
Removed #define foo (thr->Tfoo) from thread.h
Added some 'missing' symbols to global.sym, removed
those in the *var*.h files
Has build all MULTIPLICITY/USE_THREADS options on win32
with VC++ (and passed tests), but not with exactly this set
of files.

p4raw-id: //depot/ansiperl@338
13 files changed:
embed.h
embed.pl
embedvar.h [new file with mode: 0644]
global.sym
interp.sym
intrpvar.h
perl.h
perlvars.h
regcomp.c
thrdvar.h
thread.h
win32/Makefile
win32/makedef.pl