X-Git-Url: http://sigaev.ru/git/gitweb.cgi?p=tedtools.git;a=blobdiff_plain;f=template.h;fp=template.h;h=9061e30da980e7cfbf5cd582bfee402754362e89;hp=a2d7e39417622525a1ec44bb259ae2fab8a6a2a0;hb=1562fc9176be457277437d8154279957fe1e394e;hpb=5021375089006beb01d053f57b0d913df885b26e 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;