From: simonmar Date: Mon, 3 Jun 2002 11:31:55 +0000 (+0000) Subject: [project @ 2002-06-03 11:31:55 by simonmar] X-Git-Tag: Approx_11550_changesets_converted~1999 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=2409537b90c4915174a67ea0f09b9389d9aad12f;p=ghc-hetmet.git [project @ 2002-06-03 11:31:55 by simonmar] #undef C & R after using them, we don't want to pollute C's namespace with one-character #defines... --- diff --git a/ghc/includes/PrimOps.h b/ghc/includes/PrimOps.h index 7a7054c..646f384 100644 --- a/ghc/includes/PrimOps.h +++ b/ghc/includes/PrimOps.h @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: PrimOps.h,v 1.93 2002/04/10 11:43:43 stolz Exp $ + * $Id: PrimOps.h,v 1.94 2002/06/03 11:31:55 simonmar Exp $ * * (c) The GHC Team, 1998-2000 * @@ -78,6 +78,9 @@ typedef union { * you test it thoroughly after changing it. */ +#undef C +#undef R + #else #define HALF_INT (((I_)1) << (BITS_IN (I_) / 2))