Diff for /Amaya/amaya/templates.c between versions 1.43 and 1.44

version 1.43, 2005/08/19 13:11:20 version 1.44, 2005/08/22 14:03:19
Line 595  ThotBool IsTemplateInstance (Document do Line 595  ThotBool IsTemplateInstance (Document do
       
   return found;    return found;
 #else /* TEMPLATES */  #else /* TEMPLATES */
   return false;    return FALSE;
 #endif /* TEMPLATES */  #endif /* TEMPLATES */
 }  }

Removed from v.1.43  
changed lines
  Added in v.1.44


Webmaster