Added semicolon after action declarations

This commit is contained in:
waldemar%netscape.com 2001-08-11 06:53:09 +00:00
Родитель c04a3d6833
Коммит 048ea745b7
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -1305,7 +1305,8 @@
(depict-delayed-action (markup-stream depict-env)
(depict-semantics (markup-stream depict-env)
(depict-logical-block (markup-stream 4)
(depict-declare-action-contents markup-stream world action-name general-grammar-symbol type-expr)))))))
(depict-declare-action-contents markup-stream world action-name general-grammar-symbol type-expr)
(depict markup-stream ";")))))))
; Declare and define the lexer-action on the charclass given by nonterminal.