Show
Ignore:
Timestamp:
05/25/05 23:42:30 (4 years ago)
Author:
autrijus
svk:copy_cache_prev:
5385
Message:

* change -DPUGS_EMBED_PERL5 to -DPUGS_HAVE_PERL5 to agree

with HSPLUGINS and PARROT; also remove the obsolete and
troublesome code in config_h.pl.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/Pugs/Embed/Perl5.hs

    r3876 r3883  
    11{-# OPTIONS_GHC -fglasgow-exts -cpp #-} 
    22 
    3 #undef PUGS_EMBED_PERL5 
    4 #include "../pugs_config.h" 
    5  
    6 #ifndef PUGS_EMBED_PERL5 
     3#ifndef PUGS_HAVE_PERL5 
    74module Pugs.Embed.Perl5 where 
    85