X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=xex.txt;h=46d86ac49ea0ed44b3424b560896e61b7cd5b9bd;hb=30c120fd525ae9e62a5ff580f23f3c5594379f45;hp=5670662e1edbf62ef5f61207883ea0099c4f5e79;hpb=a08ae385b628a922a32b605819bc52330199b224;p=m17n%2Fm17n-lib-cs.git diff --git a/xex.txt b/xex.txt index 5670662..46d86ac 100644 --- a/xex.txt +++ b/xex.txt @@ -4,13 +4,13 @@ EXPR = TERM = [ INT | STRING | SYMBOL | LIST | ERROR | VARREF | FUNCALL ] DEFUN = - '' + '' ARGS ? TERM * '' DEFMACRO = - '' + '' ARGS ? TERM * ''