aboutsummaryrefslogtreecommitdiffhomepage
path: root/builtin.h
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-10-02 01:57:34 +1000
committerGravatar axel <axel@liljencrantz.se>2006-10-02 01:57:34 +1000
commit67c820cee8e9397f937f2158098848cc06247022 (patch)
tree961017652b1514aabd6fcd5f12f82ccf50762ccc /builtin.h
parentbce4c78d4931332198f862362f8670595167e3d2 (diff)
Minor tweaks to code validation for the for builtin (again)
darcs-hash:20061001155734-ac50b-6009b98dfccaf8f8292859f25c4d564c6b622f47.gz
Diffstat (limited to 'builtin.h')
-rw-r--r--builtin.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/builtin.h b/builtin.h
index c8610313..59959e33 100644
--- a/builtin.h
+++ b/builtin.h
@@ -67,6 +67,8 @@ enum
*/
#define BUILTIN_FOR_ERR_COUNT _( L"%ls: Expected at least two arguments, got %d\n")
+#define BUILTIN_FOR_ERR_NAME _( L"%ls: '%ls' is not a valid variable name\n" )
+
/**
Error message when too many arguments are supplied to a builtin
*/