Diff for /Amaya/amaya/insertelem.c between versions 1.3 and 1.4

version 1.3, 2007/01/05 08:14:29 version 1.4, 2007/01/10 10:02:35
Line 239  static void FillInsertableElementFromEle Line 239  static void FillInsertableElementFromEle
   ----------------------------------------------------------------------*/    ----------------------------------------------------------------------*/
 static void FillInsertableElemList(Document doc, Element elem, DLList list)  static void FillInsertableElemList(Document doc, Element elem, DLList list)
 {  {
     ElementType   type;
   #ifdef TEMPLATES
     Element       child;
     ElementType   childType;
   #endif/* TEMPLATES */
   int level;    int level;
   ThotBool cont;    ThotBool cont;
   
Line 255  static void FillInsertableElemList(Docum Line 260  static void FillInsertableElemList(Docum
           
     while(elem!=NULL && cont)      while(elem!=NULL && cont)
     {      {
       ElementType   type = TtaGetElementType(elem);        type = TtaGetElementType(elem);
       Element       child;  
       ElementType   childType;  
       switch(type.ElTypeNum)        switch(type.ElTypeNum)
       {        {
 #ifdef TEMPLATES  #ifdef TEMPLATES

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


Webmaster