cvs commit: hugs98/src parser.y static.c storage.h storage.c

nordland@glass.cse.ogi.edu nordland@glass.cse.ogi.edu
Tue, 4 Dec 2001 11:13:15 -0800


nordland    2001/12/04 11:13:14 PST

  Modified files:
    src                  parser.y static.c storage.h storage.c 
  Log:
  Nuked the silly option of allowing qualified left-hand-sides in instance
  declarations, according to the last report draft.  This includes backing
  off from a recent bug fix for this option as well.
  
  Revision  Changes    Path
  1.24      +3 -39     hugs98/src/parser.y
  1.46      +12 -30    hugs98/src/static.c
  1.22      +2 -3      hugs98/src/storage.h
  1.21      +5 -5      hugs98/src/storage.c