summaryrefslogtreecommitdiffstats
path: root/gomoku/gomoku.h
diff options
context:
space:
mode:
authordholland <dholland@NetBSD.org>2009-06-04 06:47:36 +0000
committerdholland <dholland@NetBSD.org>2009-06-04 06:47:36 +0000
commit5201ca857aeecdabe4e03794af0461e574dddbca (patch)
tree2bf26903bab35569f004dd64d1c0e2d10242371d /gomoku/gomoku.h
parent92f1b6ea9c2921a6cbe51be12d242d1bb40b1995 (diff)
downloadbsdgames-darwin-5201ca857aeecdabe4e03794af0461e574dddbca.tar.gz
bsdgames-darwin-5201ca857aeecdabe4e03794af0461e574dddbca.tar.zst
bsdgames-darwin-5201ca857aeecdabe4e03794af0461e574dddbca.zip
Remove global scratch string buffer. Don't zoom off the end while reading
user input, either.
Diffstat (limited to 'gomoku/gomoku.h')
-rw-r--r--gomoku/gomoku.h3
1 files changed, 1 insertions, 2 deletions
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];