[cvs-nhc98] cvs commit: nhc98/src/compiler98 OsOnly.hs
Malcolm Wallace
malcolm@glass.cse.ogi.edu
Thu, 12 Jun 2003 03:13:56 -0700
malcolm 2003/06/12 03:13:56 PDT
Modified files:
src/compiler98 OsOnly.hs
Log:
Change the default names for interface and output files in
the compiler proper.
.hit -> .hi
.c -> .hc
Since the compiler proper is almost always called by a shell script
that explicitly sets these anyway, this change should have no visible
effect.
Revision Changes Path
1.8 +2 -2 nhc98/src/compiler98/OsOnly.hs