diff options
author | panne <unknown> | 2005-03-27 13:41:19 +0000 |
---|---|---|
committer | panne <unknown> | 2005-03-27 13:41:19 +0000 |
commit | 03dc2dd3dd814ad85cc4c45e9cafc7b73163c8be (patch) | |
tree | c5d60455c4019fce0fcf2680fbc870c676418430 /ghc/includes/SchedAPI.h | |
parent | c0cca2ea9d9b07c6af2da1a786e1a7bd4b757d0c (diff) | |
download | haskell-03dc2dd3dd814ad85cc4c45e9cafc7b73163c8be.tar.gz |
[project @ 2005-03-27 13:41:13 by panne]
* Some preprocessors don't like the C99/C++ '//' comments after a
directive, so use '/* */' instead. For consistency, a lot of '//' in
the include files were converted, too.
* UnDOSified libraries/base/cbits/runProcess.c.
* My favourite sport: Killed $Id$s.
Diffstat (limited to 'ghc/includes/SchedAPI.h')
-rw-r--r-- | ghc/includes/SchedAPI.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ghc/includes/SchedAPI.h b/ghc/includes/SchedAPI.h index 07fe613f6d..8fdf17ed3f 100644 --- a/ghc/includes/SchedAPI.h +++ b/ghc/includes/SchedAPI.h @@ -1,5 +1,4 @@ /* ----------------------------------------------------------------------------- - * $Id: SchedAPI.h,v 1.19 2003/11/12 17:27:03 sof Exp $ * * (c) The GHC Team 1998-2002 * @@ -12,7 +11,7 @@ #define SCHEDAPI_H #if defined(GRAN) -// Dummy def for NO_PRI if not in GranSim +/* Dummy def for NO_PRI if not in GranSim */ #define NO_PRI 0 #endif |