Mercurial > hg > octave-lyh
diff src/error.h @ 4732:b484cdca27be
[project @ 2004-02-04 04:32:48 by jwe]
author | jwe |
---|---|
date | Wed, 04 Feb 2004 04:32:48 +0000 |
parents | 5e2c68946f30 |
children | 4c8a2e4e0717 |
line wrap: on
line diff
--- a/src/error.h +++ b/src/error.h @@ -38,6 +38,9 @@ extern void parse_error (const char *fmt, ...); extern void panic (const char *fmt, ...) GCC_ATTR_NORETURN; +// Helper function for print_usage defined in defun.cc. +extern void defun_usage_message (const std::string& msg); + // Current error state. extern int error_state;