[FAIL 1/5] parse: Add comment to struct statement

From: Daniel Wagner
Date: Wed Feb 17 2016 - 04:52:04 EST


All the other members of the union got a nice comment
what they represent. Let's fix for context as well.

Signed-off-by: Daniel Wagner <daniel.wagner@xxxxxxxxxxxx>
---
parse.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parse.h b/parse.h
index 0c34ec2..195f0fd 100644
--- a/parse.h
+++ b/parse.h
@@ -51,7 +51,7 @@ struct statement {
struct /* declaration */ {
struct symbol_list *declaration;
};
- struct {
+ struct /* context */ {
struct expression *expression;
struct expression *context;
};
--
2.5.0