[project @ 1999-02-05 16:02:18 by simonm]
[ghc-hetmet.git] / ghc / rts / Assembler.c
index 42ebbc2..f1e71a1 100644 (file)
@@ -1,12 +1,10 @@
 /* -*- mode: hugs-c; -*- */
 /* --------------------------------------------------------------------------
- * Bytecode assembler
+ * $Id: Assembler.c,v 1.4 1999/02/05 16:02:34 simonm Exp $
  *
- * Copyright (c) 1994-1998.
+ * Copyright (c) The GHC Team 1994-1998.
  *
- * $RCSfile: Assembler.c,v $
- * $Revision: 1.3 $
- * $Date: 1999/01/27 14:51:16 $
+ * Bytecode assembler
  *
  * This module provides functions to construct BCOs and other closures
  * required by the bytecode compiler.