diff options
author | simonmar <unknown> | 2005-11-25 09:46:19 +0000 |
---|---|---|
committer | simonmar <unknown> | 2005-11-25 09:46:19 +0000 |
commit | b7430a56c97b21d116977e7920cc8b87e02561c8 (patch) | |
tree | 6b7ff134340a2c4cc326bb9a8b5495f186e611df /ghc | |
parent | 25a78b691c8070833f3f9ff88a81c442267d5667 (diff) | |
download | haskell-b7430a56c97b21d116977e7920cc8b87e02561c8.tar.gz |
[project @ 2005-11-25 09:46:19 by simonmar]
fix comment
Diffstat (limited to 'ghc')
-rw-r--r-- | ghc/compiler/prelude/primops.txt.pp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ghc/compiler/prelude/primops.txt.pp b/ghc/compiler/prelude/primops.txt.pp index 1b0313d2ec..ecde8821eb 100644 --- a/ghc/compiler/prelude/primops.txt.pp +++ b/ghc/compiler/prelude/primops.txt.pp @@ -1,5 +1,5 @@ ----------------------------------------------------------------------- --- $Id: primops.txt.pp,v 1.36 2005/07/25 14:12:48 simonmar Exp $ +-- $Id: primops.txt.pp,v 1.37 2005/11/25 09:46:19 simonmar Exp $ -- -- Primitive Operations -- @@ -24,8 +24,8 @@ -- abstract C operations. -- -- - or, for an out-of-line primop: --- ghc/includes/PrimOps.h (just add the declaration) --- ghc/rts/PrimOps.hc (define it here) +-- ghc/includes/StgMiscClosures.h (just add the declaration) +-- ghc/rts/PrimOps.cmm (define it here) -- ghc/rts/Linker.c (declare the symbol for GHCi) -- -- - the User's Guide |