From: teodor Date: Fri, 3 Oct 2008 15:29:51 +0000 (+0000) Subject: Fix comments and remove unneeded fields X-Git-Url: http://www.sigaev.ru/git/gitweb.cgi?p=tedtools.git;a=commitdiff_plain;h=1562fc9176be457277437d8154279957fe1e394e Fix comments and remove unneeded fields --- 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;