cvs commit: hugs98/src parser.y

Alastair Reid reid@glass.cse.ogi.edu
Sat, 18 May 2002 02:38:30 -0700


reid        2002/05/18 02:38:30 PDT

  Modified files:
    src                  parser.y 
  Log:
  Fixed these errors:
  
    parser.y:497: warning: previous rule lacks an ending `;'
    parser.y:660: warning: previous rule lacks an ending `;'
    parser.y:966: warning: previous rule lacks an ending `;'
  
  Rule of thumb: if a correct build sequence is nearly silent, we might
  see and fix real problems.
  
  Revision  Changes    Path
  1.32      +5 -2      hugs98/src/parser.y