From 1562fc9176be457277437d8154279957fe1e394e Mon Sep 17 00:00:00 2001 From: teodor Date: Fri, 3 Oct 2008 15:29:51 +0000 Subject: [PATCH] Fix comments and remove unneeded fields --- template.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/template.h b/template.h index a2d7e39..9061e30 100644 --- a/template.h +++ b/template.h @@ -217,8 +217,7 @@ typedef struct TemplateNodeData { int nargs; char *functionName; executeFunctionDesc function; - GList *argsNode; /* list of nodes after parsing - but before compile */ + GList *argsNode; /* list of arguments nodes */ } expression; /* ConstNode */ @@ -240,8 +239,7 @@ typedef struct TemplateNodeData { char *varName; int varNameLength; TemplateNode bodyNode; - int counter; - GList *childrenLoop; /* to reset instance */ + GList *childrenLoop; /* to reset loop's instance */ GList *listVarValues; /* list of loop variables */ GList *listInstance; } loop; -- 2.37.3