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

version 1.18, 2003/11/18 08:10:23 version 1.19, 2003/12/08 12:16:21
Line 164  typedef struct _TransDesc Line 164  typedef struct _TransDesc
   }    }
 strTransDesc;  strTransDesc;
   
   #define TRANSNAME 40
 typedef struct _TransSet  typedef struct _TransSet
 {  {
   /* name of the transformation set (eg, name of file without suffix .trans) */    /* name of the transformation set (eg, name of file without suffix .trans) */
   char                TransFileName [20];    char                TransFileName [TRANSNAME];
 #ifndef PPSTANDALONE  #ifndef PPSTANDALONE
   SSchema             Schema;    SSchema             Schema;
 #endif  #endif

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


Webmaster