[BACK]Return to lex.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / awk

Diff for /src/usr.bin/awk/lex.c between version 1.11 and 1.12

version 1.11, 2008/10/06 20:38:33 version 1.12, 2011/09/28 19:27:18
Line 422 
Line 422 
                                 }                                  }
                                 *px = 0;                                  *px = 0;
                                 unput(c);                                  unput(c);
                                 sscanf(xbuf, "%x", &n);                                  sscanf(xbuf, "%x", (unsigned int *) &n);
                                 *bp++ = n;                                  *bp++ = n;
                                 break;                                  break;
                             }                              }

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12