[cvs-nhc98] Accept {-# pragmas #-} anywhere (removed in the same way as
Malcolm Wallace
malcolm@sparud.net
Tue, 30 Jan 2001 17:53:48 +0100 (CET)
malcolm: Tue Jan 30 17:53:47 CET 2001
Update of /usr/src/master/nhc/src/compiler98
In directory hinken:/tmp/cvs-serv26585
Modified Files:
LexPre.hs
Log Message:
Accept {-# pragmas #-} anywhere (removed in the same way as comments)
provided we don't recognise the pragma name. A recognised pragma
still requires a proper parser.
Also, some tidying of this source file to 80-column format.