Diff for /Amaya/amaya/MathMLbuilder.c between versions 1.129 and 1.130

version 1.129, 2001/11/26 08:19:10 version 1.130, 2001/11/26 12:02:38
Line 235  void MapMathMLEntity (char *entityName, Line 235  void MapMathMLEntity (char *entityName,
 }  }
   
 /*----------------------------------------------------------------------  /*----------------------------------------------------------------------
      MathMLEntityCreated
     ----------------------------------------------------------------------*/
   void MathMLEntityCreated (unsigned char *entityValue, Language lang,
                           char *entityName, Document doc)
   
    {
    }
   
   /*----------------------------------------------------------------------
   ElementNeedsPlaceholder    ElementNeedsPlaceholder
   returns TRUE if element el needs a sibling placeholder.    returns TRUE if element el needs a sibling placeholder.
   ----------------------------------------------------------------------*/    ----------------------------------------------------------------------*/

Removed from v.1.129  
changed lines
  Added in v.1.130


Webmaster