diff options
author | Nick Ing-Simmons <nik@tiuk.ti.com> | 1997-11-12 02:45:15 +0000 |
---|---|---|
committer | Nick Ing-Simmons <nik@tiuk.ti.com> | 1997-11-12 02:45:15 +0000 |
commit | 88bf70ddad663558df6e83dce8f369f639fc7dd6 (patch) | |
tree | 63d91f50cbc7caf5b6cb1f6adde252bdc82f0adf /global.sym | |
parent | b895db692edda991298fa3a7f36edb9c757894ee (diff) | |
download | perl-88bf70ddad663558df6e83dce8f369f639fc7dd6.tar.gz |
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
Diffstat (limited to 'global.sym')
-rw-r--r-- | global.sym | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/global.sym b/global.sym index c2c8b0b18e..178fa29f70 100644 --- a/global.sym +++ b/global.sym @@ -958,7 +958,6 @@ pp_snetent pp_socket pp_sockpair pp_sort -pp_specific pp_splice pp_split pp_sprintf @@ -992,6 +991,7 @@ pp_tied pp_time pp_tms pp_trans +pp_threadsv pp_truncate pp_uc pp_ucfirst |