From 948505e0685e39db2e4f9d530456ebbd8d940097 Mon Sep 17 00:00:00 2001 From: Svend Sorensen Date: Wed, 16 Feb 2005 23:05:06 +0000 Subject: [PATCH] Fixed reported compilation error with Bison. --- lib/toc_parse.y | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/toc_parse.y b/lib/toc_parse.y index d62413d..9bd5fc4 100644 --- a/lib/toc_parse.y +++ b/lib/toc_parse.y @@ -264,7 +264,7 @@ languages ; language - : NUMBER ':' NUMBER opt_nl + : NUMBER ':' NUMBER opt_nl { /* not implemented */ } ; cdtext_langs