diff options
author | Hartmut Holzgraefe <hholzgra@php.net> | 2000-06-16 18:24:02 +0000 |
---|---|---|
committer | Hartmut Holzgraefe <hholzgra@php.net> | 2000-06-16 18:24:02 +0000 |
commit | 87a491d7b64f34a9692af3edc58151e9baa2e275 (patch) | |
tree | 023b2ac85e2f4ae8951fefe14ccc9c835cfe465a /sapi/isapi/php4isapi.c | |
parent | c6ddfd4440ad412059e49dc69f9c7e98de57d65c (diff) | |
download | php-git-87a491d7b64f34a9692af3edc58151e9baa2e275.tar.gz |
C++ // comments are evil ...
Diffstat (limited to 'sapi/isapi/php4isapi.c')
-rw-r--r-- | sapi/isapi/php4isapi.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sapi/isapi/php4isapi.c b/sapi/isapi/php4isapi.c index 9cd4084caa..4b6d22bc4a 100644 --- a/sapi/isapi/php4isapi.c +++ b/sapi/isapi/php4isapi.c @@ -518,8 +518,10 @@ static void my_endthread() } #ifdef PHP_WIN32 -// ___except can only call a function, so we have to do this -// to retrieve the pointer. +/* + ___except can only call a function, so we have to do this + to retrieve the pointer. + */ BOOL exceptionhandler(LPEXCEPTION_POINTERS *e,LPEXCEPTION_POINTERS ep) { *e=ep; |