Change a `GLOBAL' to an `extern' for Borland sanity
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Thu, 22 Jun 2000 08:41:25 +0000 (08:41 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Thu, 22 Jun 2000 08:41:25 +0000 (08:41 +0000)
git-svn-id: svn://svn.tartarus.org/sgt/putty@502 cda61777-01e9-0310-a592-d414129be87e

putty.h

diff --git a/putty.h b/putty.h
index 1029de3..151ab9e 100644 (file)
--- a/putty.h
+++ b/putty.h
@@ -111,7 +111,7 @@ typedef struct {
 
 GLOBAL Backend *back;
 
-GLOBAL struct backend_list {
+extern struct backend_list {
     int protocol;
     char *name;
     Backend *backend;