Changeset 4562 for src/Pugs/Prim/Eval.hs

Show
Ignore:
Timestamp:
06/12/05 18:38:12 (4 years ago)
Author:
iblech
svk:copy_cache_prev:
6325
Message:

Pugs.Prim.Eval -- @INC -> @*INC, thanks to Aankhen++ for noticing.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/Pugs/Prim/Eval.hs

    r4394 r4562  
    3636        , evalResult = (if dumpEnv == True then EvalResultEnv 
    3737                                           else EvalResultLastValue)} 
    38     errMsg file incs = "Can't locate " ++ file ++ " in @INC (@INC contains: " ++ unwords incs ++ ")." 
     38    errMsg file incs = "Can't locate " ++ file ++ " in @*INC (@*INC contains: " ++ unwords incs ++ ")." 
    3939    requireInc [] _ msg = fail msg 
    4040    requireInc (p:ps) file msg = do