Diff for /Amaya/amaya/templates.h between versions 1.23 and 1.24

version 1.23, 2008/04/22 13:56:02 version 1.24, 2008/08/22 12:43:14
Line 102  struct _Declaration Line 102  struct _Declaration
 {  {
         char          *name;          char          *name;
         TypeNature     nature;          TypeNature     nature;
           // TODO Change blockLevel with a triplet (block,inline,both) to use with union
   ThotBool       blockLevel; // TRUE if the element is a block (not inline)    ThotBool       blockLevel; // TRUE if the element is a block (not inline)
         XTigerTemplate declaredIn; // The template which declare the decl          XTigerTemplate declaredIn; // The template which declare the decl
   XTigerTemplate usedIn;     // The template which embed the decl    XTigerTemplate usedIn;     // The template which embed the decl

Removed from v.1.23  
changed lines
  Added in v.1.24


Webmaster