From 371d9b9cb447894f1345defd1e5dd3eb12827aa6 Mon Sep 17 00:00:00 2001 From: dholland Date: Sat, 13 Oct 2012 19:25:22 +0000 Subject: Remove ifdefs for V7 (as opposed to older) unix. --- backgammon/teachgammon/teach.c | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'backgammon/teachgammon') diff --git a/backgammon/teachgammon/teach.c b/backgammon/teachgammon/teach.c index 7559f5ad..0fb58d50 100644 --- a/backgammon/teachgammon/teach.c +++ b/backgammon/teachgammon/teach.c @@ -1,4 +1,4 @@ -/* $NetBSD: teach.c,v 1.22 2012/10/13 19:19:39 dholland Exp $ */ +/* $NetBSD: teach.c,v 1.23 2012/10/13 19:25:22 dholland Exp $ */ /* * Copyright (c) 1980, 1993 @@ -39,7 +39,7 @@ __COPYRIGHT("@(#) Copyright (c) 1980, 1993\ #if 0 static char sccsid[] = "@(#)teach.c 8.1 (Berkeley) 5/31/93"; #else -__RCSID("$NetBSD: teach.c,v 1.22 2012/10/13 19:19:39 dholland Exp $"); +__RCSID("$NetBSD: teach.c,v 1.23 2012/10/13 19:25:22 dholland Exp $"); #endif #endif /* not lint */ @@ -81,11 +81,7 @@ main(int argc __unused, char *argv[]) /* need this now beceause getarg() may try to load a game */ mm = &mmstore; move_init(mm); -#ifdef V7 while (*++argv != 0) -#else - while (*++argv != -1) -#endif getarg(mm, &argv); if (tflag) { noech.c_oflag &= ~(ONLCR | OXTABS); -- cgit v1.2.3-56-ge451