Fixup Win32
authorNick Ing-Simmons <nik@tiuk.ti.com>
Wed, 12 Nov 1997 02:45:15 +0000 (02:45 +0000)
committerNick Ing-Simmons <nik@tiuk.ti.com>
Wed, 12 Nov 1997 02:45:15 +0000 (02:45 +0000)
commit88bf70ddad663558df6e83dce8f369f639fc7dd6
tree63d91f50cbc7caf5b6cb1f6adde252bdc82f0adf
parentb895db692edda991298fa3a7f36edb9c757894ee
Fixup Win32
- #undef start_env before re-#defining it
- change pp_specific pp_threadsv in global.sym
- re-build embed.h
- avoid HAVE_THREAD_INTERN - we don't and empty struct
  is a pain. If we did have it it would contain cached
  values of things we can only get at _IN_ the thread
  so new_struct_thread is wrong place to call it.
- add new macro SET_THREAD_SELF - we must (in main thread)
  define in win32thread.h, support in win32thread.c,
  test and call in perl.c

p4raw-id: //depot/ansiperl@237
embed.h
global.sym
perl.c
thread.h
win32/win32thread.c
win32/win32thread.h