hush: add TODO
authorDenis Vlasenko <vda.linux@googlemail.com>
Tue, 14 Oct 2008 12:50:34 +0000 (12:50 -0000)
committerDenis Vlasenko <vda.linux@googlemail.com>
Tue, 14 Oct 2008 12:50:34 +0000 (12:50 -0000)
shell/hush.c

index 6efc3073beecdf7d45c2a2419947882150ca348c..1e6df62843c20c9a41dce259489fb24e1b0afa20 100644 (file)
@@ -3134,6 +3134,8 @@ static int reserved_word(o_string *word, struct parse_context *ctx)
 }
 #endif
 
+//TODO: many, many callers don't check error from done_word()
+
 /* Word is complete, look at it and update parsing context.
  * Normal return is 0. Syntax errors return 1. */
 static int done_word(o_string *word, struct parse_context *ctx)