cvs commit: hugs98/src static.c connect.h type.c

Sigbjorn Finne sof@glass.cse.ogi.edu
Thu, 3 Oct 2002 10:28:06 -0700


sof         2002/10/03 10:28:05 PDT

  Modified files:
    src                  static.c connect.h type.c 
  Log:
  mdo expressions: Re-org the code that looks up library
  entities, moving it from the type checker to the static
  analysis phase. Handle both new and old library setups.
  
  Revision  Changes    Path
  1.104     +68 -3     hugs98/src/static.c
  1.49      +3 -3      hugs98/src/connect.h
  1.56      +12 -36    hugs98/src/type.c