blob: d13edbf834c148599a814182f4696537641f2153 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- src/som.h.orig 2005-10-24 11:48:52 UTC
+++ src/som.h
@@ -58,7 +58,7 @@ typedef struct
float stderror; /* Global reduced error */
} somstruct;
-somstruct *thesom;
+EXTERN somstruct *thesom;
/*---------------------------------- protos --------------------------------*/
|