Diff for /Amaya/amaya/fetchXMLname.c between versions 1.4 and 1.5

version 1.4, 1999/10/25 10:14:38 version 1.5, 2000/01/18 17:24:11
Line 17 Line 17
 #include "amaya.h"  #include "amaya.h"
 #include "parser.h"  #include "parser.h"
   
 #ifdef MATHML  
 /* mapping table of MathML elements */  /* mapping table of MathML elements */
 #include "MathML.h"  #include "MathML.h"
 static ElemMapping    MathMLElemMappingTable[] =  static ElemMapping    MathMLElemMappingTable[] =
Line 59  static ElemMapping    MathMLElemMappingT Line 58  static ElemMapping    MathMLElemMappingT
    {TEXT ("sep"), 'E', MathML_EL_SEP},     {TEXT ("sep"), 'E', MathML_EL_SEP},
    {TEXT (""), SPACE, 0}        /* Last entry. Mandatory */     {TEXT (""), SPACE, 0}        /* Last entry. Mandatory */
 };  };
 #else /* MATHML */  
 /* there is no mapping table of MathML elements */  
   
 static ElemMapping *MathMLElemMappingTable = NULL;  
 #endif /* MATHML */  
   
 #ifdef GRAPHML  #ifdef GRAPHML
 /* mapping table of GraphML elements */  /* mapping table of GraphML elements */

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


Webmaster