aboutsummaryrefslogtreecommitdiffhomepage
path: root/builtin.h
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-05-26 21:24:02 +1000
committerGravatar axel <axel@liljencrantz.se>2006-05-26 21:24:02 +1000
commit17171c3277edaf893ba4fad0a71b76f46fcf7e07 (patch)
treeb968f549ffdf4e642f0c26446896fc268cc60bf5 /builtin.h
parent18a59291eda5636023eeeab16c0998e6c4e197dc (diff)
If a help page for a builtin is showed in response to an error, make sure it fits on screen, or only print the synopsis - this patch also contains a huge number of tweaks to where and when the help pages are printed
darcs-hash:20060526112402-ac50b-88993e45f411b2f1c45b3202c393c5328f1c7429.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 f00eecef..3249f978 100644
--- a/builtin.h
+++ b/builtin.h
@@ -62,6 +62,8 @@ enum
*/
#define BUILTIN_FOR_ERR_IN _( L"%ls: Second argument must be 'in'\n" )
+#define BUILTIN_ERR_TOO_MANY_ARGUMENTS _( L"%ls: Too many arguments\n" )
+
/**
Stringbuffer used to represent standard output
*/