Fix compiler error by renaming HAVE_UCONTEXT_H -> PHAVE_UCONTEXT_H

This commit is contained in:
rdb 2009-08-27 08:22:44 +00:00
parent aefb14e678
commit 61e984f63d
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@
#ifdef THREAD_SIMPLE_IMPL #ifdef THREAD_SIMPLE_IMPL
#if defined(HAVE_UCONTEXT_H) #if defined(PHAVE_UCONTEXT_H)
/* The getcontext() / setcontext() implementation. Easy-peasy. */ /* The getcontext() / setcontext() implementation. Easy-peasy. */

View File

@ -30,7 +30,7 @@
#ifdef THREAD_SIMPLE_IMPL #ifdef THREAD_SIMPLE_IMPL
#if defined(HAVE_UCONTEXT_H) #if defined(PHAVE_UCONTEXT_H)
/* We'd prefer to use getcontext() / setcontext() to portably change /* We'd prefer to use getcontext() / setcontext() to portably change
execution contexts within C code. That's what these library execution contexts within C code. That's what these library
functions are designed for. */ functions are designed for. */