From ecb7666a22b72b8cda02cc7e21392565cba191cd Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net>
Date: Mon, 19 Jan 1998 22:15:08 -0800
Subject: [PATCH] warning removed

Rev: src/multiset.h:1.5
---
 src/multiset.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/multiset.h b/src/multiset.h
index 49978ed0a9..d9408e92a1 100644
--- a/src/multiset.h
+++ b/src/multiset.h
@@ -15,7 +15,7 @@ struct multiset
   struct array *ind;
 };
 
-struct multiset *first_multiset;
+extern struct multiset *first_multiset;
 
 #define free_multiset(L) do{ struct multiset *l_=(L); if(!--l_->refs) really_free_multiset(l_); }while(0)
 
-- 
GitLab