From 3a7bd350ec2aed9c0128fa818be32f554dfe29a6 Mon Sep 17 00:00:00 2001 From: dholland Date: Sun, 24 Feb 2008 01:41:14 +0000 Subject: Remove last traces of old save/load code. We no longer need a private copy of malloc. --- monop/execute.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'monop/execute.c') 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); -- cgit v1.2.3-56-ge451