[cvs-nhc98] cvs commit: nhc98/src/hmake Imports.hs

Malcolm Wallace malcolm@glass.cse.ogi.edu
Tue, 24 Jun 2003 06:08:17 -0700


malcolm     2003/06/24 06:08:17 PDT

  Modified files:
    src/hmake            Imports.hs 
  Log:
  Bugfix: the CPP-expression parser was matching operators in the wrong
  order, i.e. < before <=, and > before >=, causing odd failures.
  
  Revision  Changes    Path
  1.8       +5 -5      nhc98/src/hmake/Imports.hs