[project @ 2000-10-11 15:26:18 by simonmar]
[ghc-hetmet.git] / ghc / interpreter / free.c
index bee9195..08d0a33 100644 (file)
@@ -9,11 +9,11 @@
  * included in the distribution.
  *
  * $RCSfile: free.c,v $
- * $Revision: 1.10 $
- * $Date: 2000/03/13 11:37:16 $
+ * $Revision: 1.12 $
+ * $Date: 2000/04/27 16:35:29 $
  * ------------------------------------------------------------------------*/
 
-#include "prelude.h"
+#include "hugsbasictypes.h"
 #include "storage.h"
 #include "connect.h"
 #include "errors.h"
@@ -118,6 +118,7 @@ static List freeVarsExpr( List acc, StgExpr e )
     case STGVAR:
             return freeVarsVar(acc, e);
     case NAME:
+    case TUPLE:
             return acc;  /* Names are never free vars */
     default:
             printf("\n");