home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume12 / hershtools / part05 / dif-hplot.c < prev    next >
Encoding:
Text File  |  1987-10-24  |  582 b   |  22 lines

  1. *** hplot.c    Mon Oct 12 03:24:43 1987
  2. --- ../hplot.c    Mon Oct 12 03:27:18 1987
  3. ***************
  4. *** 351,356
  5.       if (sscanf(ins + itempt, "^%c':", &letter))
  6.       {    match(':');    letter &=  0x1F; return(2); }
  7.   
  8.       if (sscanf(ins + itempt, "Bounds(%d,%d)", &co1, &co2))
  9.       {    match(')');    return(66); }
  10.   
  11.  
  12. --- 351,359 -----
  13.       if (sscanf(ins + itempt, "^%c':", &letter))
  14.       {    match(':');    letter &=  0x1F; return(2); }
  15.   
  16. +     if (sscanf(ins + itempt, "\\%o:", &letter))
  17. +     {    match(':');    return(2); }
  18.       if (sscanf(ins + itempt, "Bounds(%d,%d)", &co1, &co2))
  19.       {    match(')');    return(66); }
  20.   
  21.