aboutsummaryrefslogtreecommitdiffhomepage
path: root/builtin.h
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2005-12-08 02:06:47 +1000
committerGravatar axel <axel@liljencrantz.se>2005-12-08 02:06:47 +1000
commit4ba2709452430ae594a3ad9d095f4cd48d84d08c (patch)
tree7f8c34e9d8ca087ef82d174b388861e495e35fa6 /builtin.h
parent0c877183b92f7d256d9e82ccf32715f939e4ad4e (diff)
Improved error messages
darcs-hash:20051207160647-ac50b-4061540829a108381c20a1a6f3c8fd2d004a9800.gz
Diffstat (limited to 'builtin.h')
-rw-r--r--builtin.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/builtin.h b/builtin.h
index 0266abe7..ea633be9 100644
--- a/builtin.h
+++ b/builtin.h
@@ -42,6 +42,10 @@ enum
*/
#define BUILTIN_ERR_UNKNOWN L": Unknown option"
+#define BUILTIN_ERR_VARCHAR L"%ls: Invalid character in variable name: '%lc'. Only alphanumerical characters and underscores are valid in a variable name.\n"
+
+#define BUILTIN_ERR_VARNAME_ZERO L"%ls: Variable name can not be the empty string\n"
+
/**
Stringbuffer used to represent standard output
*/