Diff for /Amaya/amaya/styleparser.c between versions 1.133 and 1.134

version 1.133, 2002/05/31 15:57:59 version 1.134, 2002/06/03 13:44:43
Line 4861  char ReadCSSRules (Document docRef, CSSI Line 4861  char ReadCSSRules (Document docRef, CSSI
   openRule = 0;    openRule = 0;
   c = SPACE;    c = SPACE;
   index = 0;    index = 0;
     base = NULL;
   /* number of new lines parsed */    /* number of new lines parsed */
   newlines = 0;    newlines = 0;
   /* avoid too many redisplay */    /* avoid too many redisplay */

Removed from v.1.133  
changed lines
  Added in v.1.134


Webmaster