[project @ 2000-05-26 10:14:33 by sewardj]
authorsewardj <unknown>
Fri, 26 May 2000 10:14:34 +0000 (10:14 +0000)
committersewardj <unknown>
Fri, 26 May 2000 10:14:34 +0000 (10:14 +0000)
commitfda822c6090472110b7cd7ab76ea95ca07299f5c
tree87d08b02d732358cb5dbbc37882fcc3059061c96
parentd8e47faf295cf0d9ed9bed20503bad988a513ffd
[project @ 2000-05-26 10:14:33 by sewardj]
Changes to allow Hugs to be built with mingw32, not cygwin.  Also,
updates so that DietHEP works properly for mingw32.  Most changes are
trivial (assert --> ASSERT), etc.  For hugs, have deleted queries
about the width of a terminal window, and so the printing of dots
as progress indicators is gone too.  No great loss.  Zapped various
other out-of-date platform-specific junk in machdep.c.
18 files changed:
ghc/includes/ClosureMacros.h
ghc/includes/InfoMacros.h
ghc/includes/Stg.h
ghc/includes/TSO.h
ghc/interpreter/Dh_Demo.hs
ghc/interpreter/DietHEP.def
ghc/interpreter/Makefile
ghc/interpreter/Makefile-DietHEP
ghc/interpreter/Makefile.DLLs [deleted file]
ghc/interpreter/README.BUILDING.DIETHEP [new file with mode: 0644]
ghc/interpreter/connect.h
ghc/interpreter/dh_demo.c
ghc/interpreter/hugs.c
ghc/interpreter/interface.c
ghc/interpreter/machdep.c
ghc/rts/Assembler.c
ghc/rts/Evaluator.c
ghc/rts/ForeignCall.c