Diff for /Amaya/amaya/MathMLbuilder.c between versions 1.163 and 1.164

version 1.163, 2002/08/26 13:30:14 version 1.164, 2002/08/26 14:24:30
Line 937  void SetIntVertStretchAttr (Element el, Line 937  void SetIntVertStretchAttr (Element el,
                                                             len+1, &lang);                                                               len+1, &lang); 
                                       script = TtaGetScript (lang);                                        script = TtaGetScript (lang);
 #ifdef _I18N_  #ifdef _I18N_
                                       if (text[i] != 0x222B &&                                        if (text[0] != 0x222B &&
                                           text[i] != 0x222C &&                                            text[0] != 0x222C &&
                                           text[i] != 0x222D &&                                            text[0] != 0x222D &&
                                           text[i] != 0x222E &&                                            text[0] != 0x222E &&
                                           text[i] != 0x2191 &&                                            text[0] != 0x2191 &&
                                           text[i] != 0x2193)                                            text[0] != 0x2193)
 #else  #else
                                       if (script != 'G' ||                                        if (script != 'G' ||
                                           (text[i] != 242 && text[i] != 173 &&                                            (text[0] != 242 && text[0] != 173 &&
                                            text[i] != 175))                                             text[0] != 175))
 #endif  #endif
                                         /* not a stretchable symbol */                                          /* not a stretchable symbol */
                                         textEl = NULL;                                          textEl = NULL;

Removed from v.1.163  
changed lines
  Added in v.1.164


Webmaster