From 593b2d9d53163c571bb82a842be5905bc5f523a9 Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Wed, 9 Jul 2008 07:18:06 +0000 Subject: [PATCH] * Newlines at EOFs * Another big chunk of v4-require-isms * Allow `#lang framework/keybinding-lang' for keybinding files * Move hierlist sources into "mrlib/hierlist", leave stub behind svn: r10689 original commit: 7d50e61c7f6831936e13e6af5140db65db18fe1c --- collects/algol60/cfg-parser.ss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/algol60/cfg-parser.ss b/collects/algol60/cfg-parser.ss index a8d77ee..ab67448 100644 --- a/collects/algol60/cfg-parser.ss +++ b/collects/algol60/cfg-parser.ss @@ -35,7 +35,7 @@ mzlib/etc) (require-for-syntax syntax/boundmap mzlib/list - (lib "token-syntax.ss" "parser-tools" "private-lex")) + parser-tools/private-lex/token-syntax) (provide cfg-parser)