Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/bin/expr remove notreached



details:   https://anonhg.NetBSD.org/src/rev/4f1b37a0a9a0
branches:  trunk
changeset: 319848:4f1b37a0a9a0
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Jun 14 02:46:56 2018 +0000

description:
remove notreached

diffstat:

 bin/expr/expr.y |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (24 lines):

diff -r 72b3b2c6ad42 -r 4f1b37a0a9a0 bin/expr/expr.y
--- a/bin/expr/expr.y   Thu Jun 14 02:44:16 2018 +0000
+++ b/bin/expr/expr.y   Thu Jun 14 02:46:56 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: expr.y,v 1.42 2018/06/14 02:44:16 christos Exp $ */
+/* $NetBSD: expr.y,v 1.43 2018/06/14 02:46:56 christos Exp $ */
 
 /*_
  * Copyright (c) 2000 The NetBSD Foundation, Inc.
@@ -32,7 +32,7 @@
 %{
 #include <sys/cdefs.h>
 #ifndef lint
-__RCSID("$NetBSD: expr.y,v 1.42 2018/06/14 02:44:16 christos Exp $");
+__RCSID("$NetBSD: expr.y,v 1.43 2018/06/14 02:46:56 christos Exp $");
 #endif /* not lint */
 
 #include <sys/types.h>
@@ -454,5 +454,4 @@
        av = argv + 1;
 
        return yyparse();
-       /* NOTREACHED */
 }



Home | Main Index | Thread Index | Old Index