aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/lex
diff options
context:
space:
mode:
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)