Fixed reported compilation error with Bison.

This commit is contained in:
Svend Sorensen
2005-02-16 23:05:06 +00:00
parent 860e6b383f
commit 948505e068

View File

@@ -264,7 +264,7 @@ languages
;
language
: NUMBER ':' NUMBER opt_nl
: NUMBER ':' NUMBER opt_nl { /* not implemented */ }
;
cdtext_langs