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

Diff for /src/usr.bin/error/Attic/filter.c between version 1.5 and 1.6

version 1.5, 1999/12/04 00:16:52 version 1.6, 2001/07/12 05:17:02
Line 63 
Line 63 
  *      Read the file ERRORNAME of the names of functions in lint   *      Read the file ERRORNAME of the names of functions in lint
  *      to ignore complaints about.   *      to ignore complaints about.
  */   */
   void
 getignored(auxname)  getignored(auxname)
         char    *auxname;          char    *auxname;
 {  {
Line 163 
Line 164 
  *      and the linenumber the second.   *      and the linenumber the second.
  *      Return the new categorization of the error class.   *      Return the new categorization of the error class.
  */   */
 Errorclass discardit(errorp)  Errorclass
         reg     Eptr    errorp;  discardit(errorp)
           Eptr    errorp;
 {  {
                 int     language;                  int     language;
         reg     int     i;          reg     int     i;

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6