diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-10-14 12:50:34 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-10-14 12:50:34 +0000 |
commit | ddc8ae30030eed34f5606c787c50c1d7369de554 (patch) | |
tree | 0756ec6a793c6867dd3896ea411b16875b51e7f1 | |
parent | 371de4acf7eb345bf8c92f257f9a14342603e59a (diff) | |
download | busybox-w32-ddc8ae30030eed34f5606c787c50c1d7369de554.tar.gz busybox-w32-ddc8ae30030eed34f5606c787c50c1d7369de554.tar.bz2 busybox-w32-ddc8ae30030eed34f5606c787c50c1d7369de554.zip |
hush: add TODO
-rw-r--r-- | shell/hush.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/hush.c b/shell/hush.c index 6efc3073b..1e6df6284 100644 --- a/shell/hush.c +++ b/shell/hush.c | |||
@@ -3134,6 +3134,8 @@ static int reserved_word(o_string *word, struct parse_context *ctx) | |||
3134 | } | 3134 | } |
3135 | #endif | 3135 | #endif |
3136 | 3136 | ||
3137 | //TODO: many, many callers don't check error from done_word() | ||
3138 | |||
3137 | /* Word is complete, look at it and update parsing context. | 3139 | /* Word is complete, look at it and update parsing context. |
3138 | * Normal return is 0. Syntax errors return 1. */ | 3140 | * Normal return is 0. Syntax errors return 1. */ |
3139 | static int done_word(o_string *word, struct parse_context *ctx) | 3141 | static int done_word(o_string *word, struct parse_context *ctx) |