diff options
Diffstat (limited to 'admin/grammars/python.wy')
| -rw-r--r-- | admin/grammars/python.wy | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/admin/grammars/python.wy b/admin/grammars/python.wy index 9c8f4ac6a9c..22e85570dc1 100644 --- a/admin/grammars/python.wy +++ b/admin/grammars/python.wy | |||
| @@ -97,6 +97,7 @@ | |||
| 97 | (tag)) | 97 | (tag)) |
| 98 | (declare-function semantic-parse-region "semantic" | 98 | (declare-function semantic-parse-region "semantic" |
| 99 | (start end &optional nonterminal depth returnonerror)) | 99 | (start end &optional nonterminal depth returnonerror)) |
| 100 | (defvar wisent-python-EXPANDING-block) | ||
| 100 | } | 101 | } |
| 101 | 102 | ||
| 102 | %languagemode python-mode | 103 | %languagemode python-mode |
| @@ -871,7 +872,7 @@ paren_class_list_opt | |||
| 871 | paren_class_list | 872 | paren_class_list |
| 872 | : PAREN_BLOCK | 873 | : PAREN_BLOCK |
| 873 | (let ((wisent-python-EXPANDING-block t)) | 874 | (let ((wisent-python-EXPANDING-block t)) |
| 874 | (mapcar 'semantic-tag-name (EXPANDFULL $1 paren_classes))) | 875 | (mapcar #'semantic-tag-name (EXPANDFULL $1 paren_classes))) |
| 875 | ; | 876 | ; |
| 876 | 877 | ||
| 877 | ;; parameters: '(' [varargslist] ')' | 878 | ;; parameters: '(' [varargslist] ')' |