aboutsummaryrefslogtreecommitdiff
path: root/src/hyper/hterror.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/hyper/hterror.c')
-rw-r--r--src/hyper/hterror.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/hyper/hterror.c b/src/hyper/hterror.c
index ec5f8123..b98830d5 100644
--- a/src/hyper/hterror.c
+++ b/src/hyper/hterror.c
@@ -49,6 +49,12 @@
char ebuffer[128];
jmp_buf jmpbuf;
+char *errmess[] = {
+ "place holder",
+ "parsing condition node",
+ "unrecognized keyword"
+};
+
/*
* This file is the error handling routine in AXIOM. The main routine is
* called htperror(): arguments: msg - like perror it accepts an error