Changeset 10717

Show
Ignore:
Timestamp:
06/16/06 18:25:47 (2 years ago)
Author:
audreyt
Message:

* Fix syntax error. Moral: _always_ test and commit

from sleep, instead of waiting until the morning to commit it
without testing.

Location:
src/Pugs
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • src/Pugs/Monads.hs

    r10716 r10717  
    272272            subRec <- sequence 
    273273                [ genSym "&?ROUTINE" (codeRef (orig sub)) ] 
     274                ] 
    274275            -- retRec    <- genSubs env "&return" retSub 
    275276            callerRec <- genSubs env "&?CALLER_CONTINUATION" (ccSub cc) 
  • src/Pugs/Parser.hs

    r10716 r10717  
    640640            error $ "Perl implementation " ++ tail variant ++ " required--this is only Pugs v" ++ versnum ++ ", stopped at " ++ (show pos) 
    641641    -} 
     642        return variant 
    642643    return version 
    643644