summaryrefslogtreecommitdiff
path: root/sci-biology/blat/files/blat-34-fno-common.patch
blob: 63a49cf81299d9f8b28f67dab2d24038ba7dd4b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/inc/htmshell.h
+++ b/inc/htmshell.h
@@ -85,7 +85,7 @@ void htmlBadVar(char *varName);
 void htmlImage(char *fileName, int width, int height); 
 /* Display centered image file. */
 
-jmp_buf htmlRecover;  /* Error recovery jump. Exposed for cart's use. */
+extern jmp_buf htmlRecover;  /* Error recovery jump. Exposed for cart's use. */
 
 void htmlVaWarn(char *format, va_list args);
 /* Write an error message.  (Generally you just call warn() or errAbort().