summaryrefslogtreecommitdiffstats
path: root/monop/execute.c
diff options
context:
space:
mode:
authordholland <dholland@NetBSD.org>2008-02-24 01:41:14 +0000
committerdholland <dholland@NetBSD.org>2008-02-24 01:41:14 +0000
commit3a7bd350ec2aed9c0128fa818be32f554dfe29a6 (patch)
tree52e4caa66f5f2876769391a83a49a1dee6631d17 /monop/execute.c
parent018f1faba999e0e48431c237e74692b0d0fd73d6 (diff)
downloadbsdgames-darwin-3a7bd350ec2aed9c0128fa818be32f554dfe29a6.tar.gz
bsdgames-darwin-3a7bd350ec2aed9c0128fa818be32f554dfe29a6.tar.zst
bsdgames-darwin-3a7bd350ec2aed9c0128fa818be32f554dfe29a6.zip
Remove last traces of old save/load code. We no longer need a private
copy of malloc.
Diffstat (limited to 'monop/execute.c')
-rw-r--r--monop/execute.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/monop/execute.c b/monop/execute.c
index 9b0e0829..29354a76 100644
--- a/monop/execute.c
+++ b/monop/execute.c
@@ -1,4 +1,4 @@
-/* $NetBSD: execute.c,v 1.15 2008/02/24 01:30:56 dholland Exp $ */
+/* $NetBSD: execute.c,v 1.16 2008/02/24 01:41:14 dholland Exp $ */
/*
* Copyright (c) 1980, 1993
@@ -34,7 +34,7 @@
#if 0
static char sccsid[] = "@(#)execute.c 8.1 (Berkeley) 5/31/93";
#else
-__RCSID("$NetBSD: execute.c,v 1.15 2008/02/24 01:30:56 dholland Exp $");
+__RCSID("$NetBSD: execute.c,v 1.16 2008/02/24 01:41:14 dholland Exp $");
#endif
#endif /* not lint */
@@ -59,7 +59,6 @@ typedef struct tm TIME;
static char buf[257];
static bool new_play; /* set if move on to new player */
-extern void *heapstart;
static void show_move(void);