Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/games/backgammon/common_source add fallthrough
details: https://anonhg.NetBSD.org/src/rev/899c47823910
branches: trunk
changeset: 449009:899c47823910
user: christos <christos%NetBSD.org@localhost>
date: Mon Feb 18 19:35:44 2019 +0000
description:
add fallthrough
diffstat:
games/backgammon/common_source/check.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r b4675c6c2dd7 -r 899c47823910 games/backgammon/common_source/check.c
--- a/games/backgammon/common_source/check.c Mon Feb 18 19:30:18 2019 +0000
+++ b/games/backgammon/common_source/check.c Mon Feb 18 19:35:44 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: check.c,v 1.8 2012/10/13 19:19:39 dholland Exp $ */
+/* $NetBSD: check.c,v 1.9 2019/02/18 19:35:44 christos Exp $ */
/*
* Copyright (c) 1980, 1993
@@ -34,7 +34,7 @@
#if 0
static char sccsid[] = "@(#)check.c 8.1 (Berkeley) 5/31/93";
#else
-__RCSID("$NetBSD: check.c,v 1.8 2012/10/13 19:19:39 dholland Exp $");
+__RCSID("$NetBSD: check.c,v 1.9 2019/02/18 19:35:44 christos Exp $");
#endif
#endif /* not lint */
@@ -66,6 +66,7 @@
bflag = pnum;
return;
}
+ /*FALLTHROUGH*/
case -4:
case 0:
if (tflag)
Home |
Main Index |
Thread Index |
Old Index