commit 77fd60a177e50b398f1f235bcc47cbfc92e0fa80 from: rsc date: Sun Nov 27 23:58:32 2005 UTC shut up openbsd commit - 7ae652a96799d83e5a8d3ace9139c9e3df471a49 commit + 77fd60a177e50b398f1f235bcc47cbfc92e0fa80 blob - 17f8e654f706fc179e27f16dc0a31b7bc4195f81 blob + 65f4e5ac637b079925de8f9db2dbe7b2ce9aa0fe --- bin/9c +++ bin/9c @@ -67,7 +67,7 @@ xtmp=/tmp/9c.$$.$USER.out $cc -DPLAN9PORT -I$PLAN9/include $cflags "$@" 2>$xtmp status=$? grep -v '__p9l_autolib_' $xtmp | -egrep -v ': error: .Each undeclared identifier|: error: for each function it appears|: In function `|: At top level:' | +egrep -v ': error: .Each undeclared identifier|: error: for each function it appears|is almost always misused|: In function `|: At top level:' | sed 's/ .first use in this function.$//; s/\"\([^\"][^\"]*\)\", line \([0-9][0-9]*\)/\1:\2/g' | uniq 1>&2 rm -f $xtmp $xtmp.status blob - af8a231785dde561eb1860d50832b09860ecbd72 blob + fb72904c60c166339eb5caf7858a4c65267fc4c7 --- bin/9l +++ bin/9l @@ -297,7 +297,7 @@ fi xtmp=/tmp/9l.$$.$USER.out xxout() { - egrep -v ': In function `' $xtmp + egrep -v 'is almost always misused|: In function `' $xtmp rm -f $xtmp }