From 5830c8509a32428bbd4a09ff893d2e40e414649b Mon Sep 17 00:00:00 2001 From: jongfoster Date: Wed, 25 Jul 2001 22:57:13 +0000 Subject: [PATCH] __BEOS__ no longer overrides FEATURE_PTHREAD. This is because FEATURE_PTHREAD will soon be widely used, so I want to keep it simple. --- jcc.c | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/jcc.c b/jcc.c index 78c66bd5..d628d390 100644 --- a/jcc.c +++ b/jcc.c @@ -1,4 +1,4 @@ -const char jcc_rcs[] = "$Id: jcc.c,v 1.28 2001/07/23 13:26:12 oes Exp $"; +const char jcc_rcs[] = "$Id: jcc.c,v 1.29 2001/07/24 12:47:06 oes Exp $"; /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/jcc.c,v $ @@ -33,6 +33,9 @@ const char jcc_rcs[] = "$Id: jcc.c,v 1.28 2001/07/23 13:26:12 oes Exp $"; * * Revisions : * $Log: jcc.c,v $ + * Revision 1.29 2001/07/24 12:47:06 oes + * Applied BeOS support update by Eugenia + * * Revision 1.28 2001/07/23 13:26:12 oes * Fixed bug in popup-killing for the first read that caused binary garbage to be sent between headers and body * @@ -261,9 +264,9 @@ const char jcc_rcs[] = "$Id: jcc.c,v 1.28 2001/07/23 13:26:12 oes Exp $"; #include #include -#if defined(FEATURE_PTHREAD) && !defined(__BEOS__) +#ifdef FEATURE_PTHREAD #include -#endif /* def FEATURE_PTHREAD && ndef __BEOS__ */ +#endif /* def FEATURE_PTHREAD */ #ifdef _WIN32 # ifndef FEATURE_PTHREAD -- 2.39.2