]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - gomoku/gomoku.h
Remove global scratch string buffer. Don't zoom off the end while reading
[bsdgames-darwin.git] / gomoku / gomoku.h
index 5f2382fb5fabe68db05a3f2a536a37031a78a469..87229e10e88736a10eb188caca7cdbab369aa9c3 100644 (file)
@@ -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];