aboutsummaryrefslogtreecommitdiff
path: root/bootstrap.conf
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2009-11-11 15:42:40 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2009-11-11 15:42:40 +0200
commit80b068709ee1881f14d142ab458111b8d521645e (patch)
tree6f957ddcc0a1fa56ddc40e5ca2babb6a6657b72e /bootstrap.conf
parent349a013eef2515ed52875aac46691831224d478b (diff)
downloadanubis-80b068709ee1881f14d142ab458111b8d521645e.tar.gz
anubis-80b068709ee1881f14d142ab458111b8d521645e.tar.bz2
Improve runtime diagnostics.
* bootstrap.conf (NLS_MARKERS): Add eval_error and eval_warning. * src/headers.h (EVAL_ENV): New typedef. (eval_env_locus, eval_env_method) (eval_env_message, eval_env_data) (eval_error, eval_warning): New prototypes. * src/rc-gram.y (eval_env_locus, eval_env_method) (eval_env_message, eval_env_data) (eval_error, eval_warning): New functions. (asgn_eval): Update calls to p->parser. * src/rcfile.h (RC_KW_HANDLED, RC_KW_UNKNOWN) (RC_KW_ERROR): Remove. (rc_kw_parser_t): Change signature. * src/authmode.c, src/env.opt, src/gpg.c, src/guile.c, src/map.c, src/rcfile.c: Reflect above changes.
Diffstat (limited to 'bootstrap.conf')
-rw-r--r--bootstrap.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/bootstrap.conf b/bootstrap.conf
index 59c0e35..f6e5dac 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -12,6 +12,8 @@ NLS_MARKERS="\
anubis_error:3\
anubis_warning:2\
parse_error:2\
+ eval_error:3\
+ eval_warning:2\
tracefile:2"
COPYRIGHT_HOLDER="The Anubis Team"

Return to:

Send suggestions and report system problems to the System administrator.