Replace MISSING-FUNCTION-ERROR's context string
This commit is contained in:
parent
df778d530e
commit
ff2d31d9ed
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@
|
|||
((%context-string :initform "Tokenizing error:")))
|
||||
|
||||
(define-condition missing-function-error (usc-error)
|
||||
((%context-string :initform "Non-existent function (TODO nicer error for this):")))
|
||||
((%context-string :initform "Couldn't find built-in function:")))
|
||||
|
||||
(define-condition parser-error (usc-error)
|
||||
((%context-string :initform "Syntax error:")))
|
||||
|
|
Loading…
Add table
Reference in a new issue