cvs commit: hugs98/src module.c parser.y

Sigbjorn Finne sof@glass.cse.ogi.edu
Thu, 13 Feb 2003 18:01:01 -0800


sof         2003/02/13 18:01:01 PST

  Modified files:
    src                  module.c parser.y 
  Log:
  In an import/hiding list, represent "T" differently from "T()".
  The latter cannot refer to a dcon in a hiding list.
  
  Revision  Changes    Path
  1.6       +14 -9     hugs98/src/module.c
  1.36      +3 -3      hugs98/src/parser.y