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

Diff for /src/usr.bin/error/Attic/pi.c between version 1.3 and 1.4

version 1.3, 1998/11/16 06:22:28 version 1.4, 2002/06/14 21:35:00
Line 234 
Line 234 
                  *      Where the | is intended to be a down arrow, so that                   *      Where the | is intended to be a down arrow, so that
                  *      the pi error messages can be inserted above the                   *      the pi error messages can be inserted above the
                  *      line in error, instead of below.  (All of the other                   *      line in error, instead of below.  (All of the other
                  *      language put thier messages before the source line,                   *      language put their messages before the source line,
                  *      instead of after it as does pi.)                   *      instead of after it as does pi.)
                  *                   *
                  *      where the pointer to the error has been truncated                   *      where the pointer to the error has been truncated
Line 379 
Line 379 
                 return(C_IGNORE);                  return(C_IGNORE);
         }          }
         /*          /*
          *      Attempt to match messages refering to a line number           *      Attempt to match messages referring to a line number
          *           *
          *      Multiply defined label in case, lines %d and %d           *      Multiply defined label in case, lines %d and %d
          *      Goto %s from line %d is into a structured statement           *      Goto %s from line %d is into a structured statement

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4