From 961ee75b995cd4a9b9ce31aab6e10ad61d8131dc Mon Sep 17 00:00:00 2001 From: simon Date: Sun, 13 Nov 2005 12:56:10 +0000 Subject: [PATCH] `version' needs to be declared `extern'. git-svn-id: svn://svn.tartarus.org/sgt/halibut@6457 cda61777-01e9-0310-a592-d414129be87e --- halibut.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/halibut.h b/halibut.h index bd9cc69..26c82f6 100644 --- a/halibut.h +++ b/halibut.h @@ -325,7 +325,7 @@ void licence(void); /* * version.c */ -const char *const version; +extern const char *const version; /* * misc.c -- 2.11.0