From 5201ca857aeecdabe4e03794af0461e574dddbca Mon Sep 17 00:00:00 2001 From: dholland Date: Thu, 4 Jun 2009 06:47:36 +0000 Subject: Remove global scratch string buffer. Don't zoom off the end while reading user input, either. --- gomoku/gomoku.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'gomoku/gomoku.h') diff --git a/gomoku/gomoku.h b/gomoku/gomoku.h index 5f2382fb..87229e10 100644 --- a/gomoku/gomoku.h +++ b/gomoku/gomoku.h @@ -1,4 +1,4 @@ -/* $NetBSD: gomoku.h,v 1.14 2009/06/04 06:41:50 dholland Exp $ */ +/* $NetBSD: gomoku.h,v 1.15 2009/06/04 06:47:36 dholland Exp $ */ /* * Copyright (c) 1994 @@ -246,7 +246,6 @@ struct overlap_info { }; extern const char *letters; -extern char fmtbuf[]; extern const char pdir[]; extern const int dd[4]; -- cgit v1.2.3-56-ge451