`version' needs to be declared `extern'.
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sun, 13 Nov 2005 12:56:10 +0000 (12:56 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sun, 13 Nov 2005 12:56:10 +0000 (12:56 +0000)
git-svn-id: svn://svn.tartarus.org/sgt/halibut@6457 cda61777-01e9-0310-a592-d414129be87e

halibut.h

index bd9cc69..26c82f6 100644 (file)
--- 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