]> asedeno.scripts.mit.edu Git - PuTTY.git/commitdiff
Change a `GLOBAL' to an `extern' for Borland sanity
authorSimon Tatham <anakin@pobox.com>
Thu, 22 Jun 2000 08:41:25 +0000 (08:41 +0000)
committerSimon Tatham <anakin@pobox.com>
Thu, 22 Jun 2000 08:41:25 +0000 (08:41 +0000)
[originally from svn r502]

putty.h

diff --git a/putty.h b/putty.h
index 1029de3f51a5a0765ef356ea3b4eee34b424aabf..151ab9e061f799a09436035c37d3ce2bf99dc14c 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;