]> git.marmaro.de Git - mmh/blobdiff - uip/mhbuild.c
remove duplicate definition of tmp in uip/mhbuild.c
[mmh] / uip / mhbuild.c
index 6ed6037d34f7d27d15c5696b5fb8d75c92ad40b3..c0320226daf06050cc6a303479e422f234c1a6e1 100644 (file)
@@ -45,12 +45,13 @@ static struct swit switches[] = {
        { NULL, 0 }
 };
 
+char *version=VERSION;
 
 /*
 ** Directory to place tmp files.  This must
 ** be set before these routines are called.
 */
-char *tmp;
+extern char *tmp;
 
 pid_t xpid = 0;