From c1f7196a3b1d069248c8155e593b53ae44b24c62 Mon Sep 17 00:00:00 2001 From: rpj Date: Tue, 22 Aug 2000 08:28:24 +0000 Subject: 2000-08-22 Ross Johnson * private.c (ptw32_throw): Fix exception test; move exceptionInformation declaration. * tsd.c (pthread_key_create): newkey wrongly declared. * pthread.h: Fix comment block. --- pthread.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pthread.h') diff --git a/pthread.h b/pthread.h index ead9424..7f43f43 100644 --- a/pthread.h +++ b/pthread.h @@ -984,7 +984,7 @@ class ptw32_exception_exit : public ptw32_exception {}; #ifndef PTW32_BUILD /* FIXME: This is only required if the library was built using SEH */ - * +/* * Get internal SEH tag */ DWORD ptw32_get_exception_services_code(void); -- cgit v1.2.3