From 21d6abc1e7a176a43df0888c081c3080785d6bc6 Mon Sep 17 00:00:00 2001 From: Scott Owens Date: Mon, 17 Jan 2005 23:36:25 +0000 Subject: [PATCH] *** empty log message *** original commit: a0d2070b71c277b362f272ca0fbe4b77ae4de403 --- collects/parser-tools/yacc.ss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/parser-tools/yacc.ss b/collects/parser-tools/yacc.ss index 010935d..2929054 100644 --- a/collects/parser-tools/yacc.ss +++ b/collects/parser-tools/yacc.ss @@ -179,7 +179,7 @@ (lambda (port) (display-yacc (syntax-object->datum grammar) tokens - (syntax-object->datum start) + (map syntax-object->datum start) (if precs (syntax-object->datum precs) #f)