cvs commit: hugs98/src input.c script.c

Sigbjorn Finne sof@glass.cse.ogi.edu
Thu, 13 Mar 2003 07:38:28 -0800


sof         2003/03/13 07:38:28 PST

  Modified files:
    src                  input.c script.c 
  Log:
  script.c:addScript() + input.c:parseScript():
    Delay assignment of 'scriptFile' until new file/module has been
    located. This is so that if it cannot be found, we want the error
    message to refer to file/module that imported it.
  
  Revision  Changes    Path
  1.64      +6 -2      hugs98/src/input.c
  1.7       +0 -2      hugs98/src/script.c