diff options
author | Nick Ing-Simmons <nik@tiuk.ti.com> | 1997-11-30 20:00:19 +0000 |
---|---|---|
committer | Nick Ing-Simmons <nik@tiuk.ti.com> | 1997-11-30 20:00:19 +0000 |
commit | d4cce5f1785350c29a181d4bbaaa3141c6fdbe1e (patch) | |
tree | 31d1c1ad53b77dd43bd3cc61ebf29d225e620e94 /interp.sym | |
parent | 49f531dad558d800dbb0a247178a2e50ad834fae (diff) | |
download | perl-d4cce5f1785350c29a181d4bbaaa3141c6fdbe1e.tar.gz |
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
Diffstat (limited to 'interp.sym')
-rw-r--r-- | interp.sym | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/interp.sym b/interp.sym index f50711b802..e95a9162c4 100644 --- a/interp.sym +++ b/interp.sym @@ -6,7 +6,6 @@ DBsignal DBsingle DBsub DBtrace -allgvs ampergv argvgv argvoutgv @@ -16,10 +15,8 @@ bodytarget cddir chopset copline -curblock curcop curcopdb -curcsv curpm curstack curstash @@ -64,7 +61,6 @@ initav inplace last_in_gv lastfd -lastretstr lastscream lastsize lastspbase |