Diff for /Amaya/amaya/trans.h between versions 1.4 and 1.5

version 1.4, 1997/01/06 10:15:21 version 1.5, 1997/07/29 09:21:38
Line 93  strAttrDesc; Line 93  strAttrDesc;
 typedef struct _NodeDesc  typedef struct _NodeDesc
   {    {
      char               *Tag;       char               *Tag;
      strAttrDesc           *Attributes;       strAttrDesc        *Attributes;
      struct _NodeDesc   *Next;       struct _NodeDesc   *Next;
   }    }
 strNodeDesc;  strNodeDesc;
Line 103  typedef struct _RuleDesc Line 103  typedef struct _RuleDesc
      char               *RuleName;       char               *RuleName;
      strNodeDesc        *OptionNodes;       strNodeDesc        *OptionNodes;
      strNodeDesc        *NewNodes;       strNodeDesc        *NewNodes;
        struct _RuleDesc   *NextRule;
      struct _RuleDesc   *Next;       struct _RuleDesc   *Next;
   }    }
 strRuleDesc;  strRuleDesc;

Removed from v.1.4  
changed lines
  Added in v.1.5


Webmaster