Diff for /Amaya/amaya/styleparser.c between versions 1.142 and 1.143

version 1.142, 2002/06/27 10:47:24 version 1.143, 2002/07/04 15:40:02
Line 4237  static char *ParseGenericSelector (char Line 4237  static char *ParseGenericSelector (char
         }          }
       else        else
         {          {
             if (*selector == '>')
               {
                 /* handle immediat parent as a simple parent */
                 selector++;
                 selector = SkipBlanksAndComments (selector);
               }
           /* shifts the list to make room for the new name */            /* shifts the list to make room for the new name */
           max++; /* a new level in ancestor tables */            max++; /* a new level in ancestor tables */
           if (max == MAX_ANCESTORS)            if (max == MAX_ANCESTORS)

Removed from v.1.142  
changed lines
  Added in v.1.143


Webmaster