diff options
Diffstat (limited to 'edify/expr.h')
-rw-r--r-- | edify/expr.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/edify/expr.h b/edify/expr.h index 671b499b5..d2e739201 100644 --- a/edify/expr.h +++ b/edify/expr.h @@ -118,5 +118,9 @@ int ReadArgs(State* state, Expr* argv[], int count, ...); // strings it contains. char** ReadVarArgs(State* state, int argc, Expr* argv[]); +// Use printf-style arguments to compose an error message to put into +// *state. Returns NULL. +char* ErrorAbort(State* state, char* format, ...); + #endif // _EXPRESSION_H |