Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/tests/usr.bin/xlint/lint1/Attic/decl.exp,v rcsdiff: /ftp/cvs/cvsroot/src/tests/usr.bin/xlint/lint1/Attic/decl.exp,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- src/tests/usr.bin/xlint/lint1/Attic/decl.exp 2021/07/23 15:21:47 1.6 +++ src/tests/usr.bin/xlint/lint1/Attic/decl.exp 2021/07/25 08:42:28 1.7 @@ -9,6 +9,6 @@ decl.c(68): warning: converting 'pointer decl.c(70): warning: illegal combination of pointer (pointer to double) and integer (char), arg #1 [154] decl.c(72): warning: converting 'pointer to pointer to char' to incompatible 'pointer to double' for argument 1 [153] decl.c(80): error: syntax error '"' [249] -decl.c(170): error: syntax error 'int' [249] -decl.c(173): error: syntax error 'int' [249] +decl.c(163): error: syntax error 'int' [249] +decl.c(166): error: syntax error 'int' [249] decl.c(114): warning: static function unused unused [236]