From 858a6720891a7ac54475ce092705f4a9c8ec4f64 Mon Sep 17 00:00:00 2001 From: dholland Date: Sun, 24 Feb 2008 01:57:34 +0000 Subject: Source files should be named *.c or *.h, not random other things. Fold monop.ext (which was extern data decls) into monop.h and deck.h. Fold monop.def (which had definitions for the extern data) into monop.c. Fold brd.dat/mon.dat/prop.dat (which were array initializers for some of the data) into monop.c. Rearrange includes accordingly. No functional change. --- monop/getinp.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'monop/getinp.c') diff --git a/monop/getinp.c b/monop/getinp.c index 92546ac6..48730f77 100644 --- a/monop/getinp.c +++ b/monop/getinp.c @@ -1,4 +1,4 @@ -/* $NetBSD: getinp.c,v 1.17 2008/02/23 20:12:15 dholland Exp $ */ +/* $NetBSD: getinp.c,v 1.18 2008/02/24 01:57:34 dholland Exp $ */ /* * Copyright (c) 1980, 1993 @@ -34,14 +34,15 @@ #if 0 static char sccsid[] = "@(#)getinp.c 8.1 (Berkeley) 5/31/93"; #else -__RCSID("$NetBSD: getinp.c,v 1.17 2008/02/23 20:12:15 dholland Exp $"); +__RCSID("$NetBSD: getinp.c,v 1.18 2008/02/24 01:57:34 dholland Exp $"); #endif #endif /* not lint */ #include #include #include -#include "monop.ext" + +#include "monop.h" #define LINE 70 -- cgit v1.2.3