[project @ 2000-03-13 14:11:14 by sewardj]
authorsewardj <unknown>
Mon, 13 Mar 2000 14:11:14 +0000 (14:11 +0000)
committersewardj <unknown>
Mon, 13 Mar 2000 14:11:14 +0000 (14:11 +0000)
#include wibbles.

ghc/interpreter/subst.c
ghc/interpreter/translate.c

index 39df63c..110d4e6 100644 (file)
  * included in the distribution.
  *
  * $RCSfile: subst.c,v $
- * $Revision: 1.14 $
- * $Date: 2000/03/13 11:37:17 $
+ * $Revision: 1.15 $
+ * $Date: 2000/03/13 14:11:14 $
  * ------------------------------------------------------------------------*/
 
 #include "prelude.h"
 #include "storage.h"
 #include "connect.h"
 #include "errors.h"
-#include "link.h"
 
 
 /*#define DEBUG_TYPES*/
index a6935cb..f8863d4 100644 (file)
  * included in the distribution.
  *
  * $RCSfile: translate.c,v $
- * $Revision: 1.28 $
- * $Date: 2000/03/13 11:37:17 $
+ * $Revision: 1.29 $
+ * $Date: 2000/03/13 14:11:14 $
  * ------------------------------------------------------------------------*/
 
 #include "prelude.h"
 #include "storage.h"
 #include "connect.h"
 #include "errors.h"
-#include "link.h"
 
 #include "Assembler.h"