[cvs-nhc98] Remove need for a different compiler for tracing.

Malcolm Wallace malcolm@sparud.net
Sun, 25 Mar 2001 19:52:19 +0200 (CEST)


malcolm: Sun Mar 25 19:52:18 CEST 2001

Update of /usr/src/master/nhc/src/compiler98
In directory hinken:/tmp/cvs-serv450/src/compiler98

Modified Files:
	FSLib.hs FixSyntax.hs Main.hs Makefile STGBuild.hs STGGcode.hs 
Log Message:
Remove need for a different compiler for tracing.
    For a long time, we generated a second compiler called nhc98compT
    with only a few small differences from the ordinary compiler
    called nhc98comp.  Some of the differences have now gone away,
    and the rest can either be incorporated directly into the ordinary
    compiler (where a pattern-match or test would only succeed for
    trace-transformed code anyway), or guarded by an extra test on the
    command-line flag -dbgtrans (where there might be a conflict with
    ordinary code).