Changeset 4961 for src/Pugs/Embed

Show
Ignore:
Timestamp:
06/26/05 09:22:04 (4 years ago)
Author:
autrijus
svk:copy_cache_prev:
6771
Message:

* pairs are always evaluated in lvalue context for binding name purposes.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/Pugs/Embed/Parrot.hsc

    r4902 r4961  
    186186    cwd     <- getCurrentDirectory 
    187187    setCurrentDirectory path 
    188     evalParrot ".sub main\nload_bytecode 'PGE/Hs.pir'\n.end\n" 
     188    evalParrot ".sub main\nload_bytecode 'PGE.pbc'\nload_bytecode 'PGE/Hs.pir'\n.end\n" 
    189189    setCurrentDirectory cwd 
    190190    loadPGE interp path