Diff for /Amaya/amaya/MathMLbuilder.c between versions 1.69 and 1.70

version 1.69, 2000/08/29 15:01:40 version 1.70, 2000/08/29 15:31:03
Line 362  static AttrValueMapping MathMLAttrValueM Line 362  static AttrValueMapping MathMLAttrValueM
    attribute of name Attr and returns the corresponding Thot attribute type.     attribute of name Attr and returns the corresponding Thot attribute type.
   ----------------------------------------------------------------------*/    ----------------------------------------------------------------------*/
 #ifdef __STDC__  #ifdef __STDC__
 void          MapMathMLAttribute (CHAR_T* attrName, AttributeType *attrType, STRING elementName, Document doc)  void          MapMathMLAttribute (CHAR_T *attrName, AttributeType *attrType, STRING elementName, Document doc)
 #else  #else
 void          MapMathMLAttribute (attrName, attrType, elementName, doc)  void          MapMathMLAttribute (attrName, attrType, elementName, doc)
 STRING              attrName;  STRING              attrName;

Removed from v.1.69  
changed lines
  Added in v.1.70


Webmaster