Author: kjs Date: Fri Aug 22 04:36:59 2008 New Revision: 30438 Modified: trunk/languages/scheme/lib/Scheme.pm
Log: [scheme] change .HLL_map "x", "y" into .HLL_map "x" = "y". Modified: trunk/languages/scheme/lib/Scheme.pm ============================================================================== --- trunk/languages/scheme/lib/Scheme.pm (original) +++ trunk/languages/scheme/lib/Scheme.pm Fri Aug 22 04:36:59 2008 @@ -103,7 +103,7 @@ # is parsed, therefore the .DynLexPad constant is already available .loadlib "dynlexpad" .HLL "SomethingWithScheme", "dynlexpad" -.HLL_map 'LexPad', 'DynLexPad' +.HLL_map 'LexPad' = 'DynLexPad' .sub init__scheme_types :init
