diff options
author | Edward Z. Yang <ezyang@cs.stanford.edu> | 2014-10-20 15:57:13 -0700 |
---|---|---|
committer | Edward Z. Yang <ezyang@cs.stanford.edu> | 2014-10-20 16:28:42 -0700 |
commit | 89a8d817f0c2951ec305c286a526205d06bf9221 (patch) | |
tree | 5295cab951600148bd83f1cae0ae5250816dc257 /includes/Cmm.h | |
parent | 0202b7cefbaf76dc53d43562dbc84a52debe2eb2 (diff) | |
download | haskell-89a8d817f0c2951ec305c286a526205d06bf9221.tar.gz |
Revert "Rename _closure to _static_closure, apply naming consistently."
This reverts commit 35672072b4091d6f0031417bc160c568f22d0469.
Conflicts:
compiler/main/DriverPipeline.hs
Diffstat (limited to 'includes/Cmm.h')
-rw-r--r-- | includes/Cmm.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/includes/Cmm.h b/includes/Cmm.h index 1a6ea78ebc..802ab51a5a 100644 --- a/includes/Cmm.h +++ b/includes/Cmm.h @@ -323,7 +323,6 @@ -------------------------------------------------------------------------- */ #include "rts/Constants.h" -#include "rts/StaticClosures.h" #include "DerivedConstants.h" #include "rts/storage/ClosureTypes.h" #include "rts/storage/FunTypes.h" |