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

version 1.3, 2000/04/21 16:46:49 version 1.4, 2000/04/27 17:54:07
Line 729  STRING     elementName; Line 729  STRING     elementName;
    of name Attr and returns the corresponding Thot attribute type.     of name Attr and returns the corresponding Thot attribute type.
   ----------------------------------------------------------------------*/    ----------------------------------------------------------------------*/
 #ifdef __STDC__  #ifdef __STDC__
 AttributeMapping    *XhtmlMapAttribute (CHAR_T* attrName,  AttributeMapping*     XhtmlMapAttribute (CHAR_T* attrName,
                                         AttributeType* attrType,                                           AttributeType* attrType,
                                         CHAR_T* elementName,                                           CHAR_T* elementName,
                                         Document doc)                                           Document doc)
 #else  #else
 AttributeMapping    *XhtmlMapAttribute (attrName,  AttributeMapping*     XhtmlMapAttribute (attrName,
                                         attrType,                                           attrType,
                                         elementName,                                           elementName,
                                         doc)                                           doc)
 CHAR_T*         attrName;  CHAR_T*         attrName;
 AttributeType*  attrType;  AttributeType*  attrType;
 CHAR_T*         elementName;  CHAR_T*         elementName;

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


Webmaster