980abec6b1
with gcc 4.1.
17 lines
362 B
Text
17 lines
362 B
Text
$NetBSD: patch-ab,v 1.1 2006/08/02 16:15:49 kristerw Exp $
|
|
|
|
--- game.c.orig 2006-08-02 18:11:35.000000000 +0200
|
|
+++ game.c 2006-08-02 18:12:56.000000000 +0200
|
|
@@ -404,11 +404,10 @@
|
|
|
|
static long ncity, nland, nshore;
|
|
|
|
+static void mark_cont();
|
|
int good_cont (mapi)
|
|
long mapi;
|
|
{
|
|
- static void mark_cont();
|
|
-
|
|
long val;
|
|
|
|
ncity = 0; /* nothing seen yet */
|