[cvs-nhc98] Rename DErrNo.c -> .hc and add versions for profiling (.p.

Malcolm Wallace malcolm@sparud.net
Wed, 13 Jun 2001 14:57:23 +0200 (CEST)


malcolm: Wed Jun 13 14:57:23 CEST 2001

Update of /usr/src/master/nhc/src/prelude
In directory hinken:/tmp/cvs-serv23311

Added Files:
	DErrNo.T.c DErrNo.hc DErrNo.p.c DErrNo.z.c 
Removed Files:
	DErrNo.c 
Log Message:
Rename DErrNo.c -> .hc and add versions for profiling (.p.c and .z.c)
and tracing (.T.c).  These bytecode files are purely for bootstrapping
in a via-gcc build.  The real DErrNo.hs module (which may differ from
the basic version represented by these .c files) is always rebuilt
properly by nhc98 later in the build anyway.