瀏覽代碼

Fixed reported compilation error with Bison.

master
Svend Sorensen 19 年之前
父節點
當前提交
948505e068
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      lib/toc_parse.y

+ 1
- 1
lib/toc_parse.y 查看文件

@@ -264,7 +264,7 @@ languages
;

language
: NUMBER ':' NUMBER opt_nl
: NUMBER ':' NUMBER opt_nl { /* not implemented */ }
;

cdtext_langs


Loading…
取消
儲存