cvs commit: hugs98/src static.c

Sigbjorn Finne sof@glass.cse.ogi.edu
Mon, 16 Sep 2002 08:04:43 -0700


sof         2002/09/16 08:04:42 PDT

  Modified files:
    src                  static.c 
  Log:
  Added isDCon() which return TRUE if a CONID name is referring to
  a dcon.
  
  Use it in getIEOrphans() instead of old test which mistakenly
  identified a dcon X as a tysyn, if a tycon X existed. This leads
  to trouble when hiding a dcon X (tests/static/mod132 now tests
  for this.)
  
  Revision  Changes    Path
  1.99      +18 -3     hugs98/src/static.c