From: nisikimi Date: Thu, 29 Oct 2009 02:00:53 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=a08ae385b628a922a32b605819bc52330199b224;p=m17n%2Fm17n-lib-cs.git *** empty log message *** --- diff --git a/xex.txt b/xex.txt index eb18426..5670662 100644 --- a/xex.txt +++ b/xex.txt @@ -1,7 +1,7 @@ EXPR = '' [ DEFUN | DEFMACRO | DEFVAR | TERM ] * '' -TERM = [ INT | STRING | SYMBOL | LIST | ERROR | VAR | FUNCALL ] +TERM = [ INT | STRING | SYMBOL | LIST | ERROR | VARREF | FUNCALL ] DEFUN = '' @@ -27,7 +27,7 @@ OPTIONAL = REST = '' -DEFVAR = DEFVAR-INT DEFVAR-STR DEFVAR-SYM +DEFVAR = DEFVAR-INT | DEFVAR-STR | DEFVAR-SYM DEFVAR-INT = ''