From 70cb21053986de4f56de177b048cd7af583e72cf Mon Sep 17 00:00:00 2001 From: root Date: Sat, 20 Aug 2005 01:03:31 +0000 Subject: *** empty log message *** --- coro.c | 6 +++--- coro.h | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/coro.c b/coro.c index 4ba6e14..02fef11 100644 --- a/coro.c +++ b/coro.c @@ -46,7 +46,7 @@ # endif #endif -#if CORO_SJLJ || CORO_LOOSE || CORO_LINUX || CORO_IRIX +#if CORO_SJLJ || CORO_LOSER || CORO_LINUX || CORO_IRIX #if CORO_SJLJ # include @@ -105,7 +105,7 @@ void coro_create(coro_context *ctx, makecontext (&(ctx->uc), (void (*)()) coro, 1, arg); -#elif CORO_SJLJ || CORO_LOOSE || CORO_LINUX || CORO_IRIX +#elif CORO_SJLJ || CORO_LOSER || CORO_LINUX || CORO_IRIX # if CORO_SJLJ stack_t ostk, nstk; @@ -165,7 +165,7 @@ void coro_create(coro_context *ctx, sigprocmask (SIG_SETMASK, &osig, 0); -# elif CORO_LOOSE +# elif CORO_LOSER setjmp (ctx->env); ctx->env[7] = (long)((char *)sptr + ssize); diff --git a/coro.h b/coro.h index 843e59a..5920e32 100644 --- a/coro.h +++ b/coro.h @@ -42,7 +42,7 @@ /* * Changes since API version 1: - * replaced bogus -DCORO_LOOSE with gramattically more correct -DCORO_LOSER + * replaced bogus -DCORO_LOOSE with gramatically more correct -DCORO_LOSER */ /* -- cgit v1.2.3