Changeset 3883 for src/Pugs/Embed/Perl5.hs
- Timestamp:
- 05/25/05 23:42:30 (4 years ago)
- svk:copy_cache_prev:
- 5385
- Files:
-
- 1 modified
-
src/Pugs/Embed/Perl5.hs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/Pugs/Embed/Perl5.hs
r3876 r3883 1 1 {-# OPTIONS_GHC -fglasgow-exts -cpp #-} 2 2 3 #undef PUGS_EMBED_PERL5 4 #include "../pugs_config.h" 5 6 #ifndef PUGS_EMBED_PERL5 3 #ifndef PUGS_HAVE_PERL5 7 4 module Pugs.Embed.Perl5 where 8 5
