Diff for /Amaya/amaya/MathMLbuilder.c between versions 1.36 and 1.37

version 1.36, 1999/12/08 17:48:53 version 1.37, 1999/12/23 10:12:38
Line 434  static AttributeMapping MathMLAttributeM Line 434  static AttributeMapping MathMLAttributeM
    /* The first entry MUST be unknown_attr */     /* The first entry MUST be unknown_attr */
    /* The rest of this table MUST be in alphabetical order */     /* The rest of this table MUST be in alphabetical order */
    {TEXT ("unknown_attr"), _EMPTYSTR_, 'A', MathML_ATTR_Invalid_attribute},     {TEXT ("unknown_attr"), _EMPTYSTR_, 'A', MathML_ATTR_Invalid_attribute},
    {TEXT ("ZZGHOST"), _EMPTYSTR_, 'A', MathML_ATTR_Ghost_restruct},  
    {TEXT ("accent"), TEXT (""), 'A', MathML_ATTR_accent},     {TEXT ("accent"), TEXT (""), 'A', MathML_ATTR_accent},
    {TEXT ("accentunder"), TEXT (""), 'A', MathML_ATTR_accentunder},     {TEXT ("accentunder"), TEXT (""), 'A', MathML_ATTR_accentunder},
    {TEXT ("actiontype"), TEXT (""), 'A', MathML_ATTR_actiontype},     {TEXT ("actiontype"), TEXT (""), 'A', MathML_ATTR_actiontype},
Line 492  static AttributeMapping MathMLAttributeM Line 491  static AttributeMapping MathMLAttributeM
    {TEXT ("superscriptshift"), TEXT (""), 'A', MathML_ATTR_superscriptshift},     {TEXT ("superscriptshift"), TEXT (""), 'A', MathML_ATTR_superscriptshift},
    {TEXT ("symmetric"), TEXT (""), 'A', MathML_ATTR_symmetric},     {TEXT ("symmetric"), TEXT (""), 'A', MathML_ATTR_symmetric},
    {TEXT ("width"), TEXT (""), 'A', MathML_ATTR_width_},     {TEXT ("width"), TEXT (""), 'A', MathML_ATTR_width_},
      {TEXT ("zzghost"), _EMPTYSTR_, 'A', MathML_ATTR_Ghost_restruct},
   
     {TEXT (""), TEXT (""), EOS, 0}              /* Last entry. Mandatory */      {TEXT (""), TEXT (""), EOS, 0}              /* Last entry. Mandatory */
 };  };

Removed from v.1.36  
changed lines
  Added in v.1.37


Webmaster