aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/lex
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2005-08-11 17:33:43 +0000
committerrsc <devnull@localhost>2005-08-11 17:33:43 +0000
commitbcac59d81b63c352a9073104e7e63838e117a877 (patch)
treef8a3ffb635c9d2209d42baf19c85c73eaa2d90db /src/cmd/lex
parent01d1f4cb4b791eca0bc79bc00188bf3c688290e6 (diff)
downloadplan9port-bcac59d81b63c352a9073104e7e63838e117a877.tar.gz
plan9port-bcac59d81b63c352a9073104e7e63838e117a877.tar.bz2
plan9port-bcac59d81b63c352a9073104e7e63838e117a877.zip
silence various warnings
Diffstat (limited to 'src/cmd/lex')
-rw-r--r--src/cmd/lex/ncform2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/lex/ncform b/src/cmd/lex/ncform
index 6571735b..64740ae7 100644
--- a/src/cmd/lex/ncform
+++ b/src/cmd/lex/ncform
@@ -157,7 +157,7 @@ yylook(void){
if(debug)putchar('\n');
# endif
}
- return(0); /* shut up the compiler; i have no idea what should be returned */
+ /* not reached */
}
int
yyback(int *p, int m)