Show
Ignore:
Timestamp:
08/01/08 15:33:01 (4 months ago)
Author:
audreyt
Message:

* The logical consequence of r21698.

Files:
1 modified

Legend:

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

    r21677 r21699  
    4848    text <- ruleWithAdverbs rule 
    4949    rv   <- io $ fmap (fmap (fmap toUpper)) (getEnv "PUGS_REGEX_ENGINE") 
    50     let ruleEngine | Just "PGE" <- rv   = evalPGE 
     50    let ruleEngine | Just "PGE" <- rv   = error "No PGE support for now" -- evalPGE 
    5151                   | otherwise          = evalPCR 
    5252    pge  <- io $ ruleEngine [pwd1, pwd2] cs text subrules