diff options
Diffstat (limited to 'src/interp/metalex.lisp')
| -rw-r--r-- | src/interp/metalex.lisp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interp/metalex.lisp b/src/interp/metalex.lisp index a5ab0393..6ba27c7c 100644 --- a/src/interp/metalex.lisp +++ b/src/interp/metalex.lisp @@ -684,7 +684,7 @@ as keywords.") (#\Return (moan "String should fit on one line!") (advance-char) - (meta-syntax-error) + (spad_syntax_error) (return nil)) (t (suffix (current-char) buf) (advance-char)))))))) @@ -707,7 +707,7 @@ as keywords.") (#\Return (moan "String should fit on one line!") (advance-char) - (meta-syntax-error) + (spad_syntax_error) (return nil)) (t (suffix (current-char) buf) (advance-char)))))))) |
