Diff for /Amaya/amaya/trans.h between versions 1.17 and 1.18

version 1.17, 2003/10/13 12:36:32 version 1.18, 2003/11/18 08:10:23
Line 191  struct _strMatchEnv Line 191  struct _strMatchEnv
   strListElem        *ListSubTrees;    strListElem        *ListSubTrees;
 #endif  #endif
   strTransSet        *TransSets;     strTransSet        *TransSets; 
 }  };
 strMatchEnv;  
   THOT_EXPORT struct _strMatchEnv strMatchEnv;
   
   
   
   
 #ifndef PPSTANDALONE  #ifndef PPSTANDALONE
 /* document to wich a transformation is to be applied */  /* document to wich a transformation is to be applied */
 Document            TransDoc;  THOT_EXPORT Document            TransDoc;
   
 /* dialog and messages */  /* dialog and messages */
 int                 TransBaseDialog;  THOT_EXPORT int                 TransBaseDialog;
   
 #define TransMenu 1  #define TransMenu 1
 #define MAX_TRANS_DLG 2  #define MAX_TRANS_DLG 2

Removed from v.1.17  
changed lines
  Added in v.1.18


Webmaster