We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e26bf6b + a7b895b commit c744fdfCopy full SHA for c744fdf
1 file changed
inc/htmshell.h
@@ -160,7 +160,7 @@ void htmlBadVar(char *varName);
160
void htmlImage(char *fileName, int width, int height);
161
/* Display centered image file. */
162
163
-jmp_buf htmlRecover; /* Error recovery jump. Exposed for cart's use. */
+extern jmp_buf htmlRecover; /* Error recovery jump. Exposed for cart's use. */
164
165
void htmlVaWarn(char *format, va_list args);
166
/* Write an error message. (Generally you just call warn() or errAbort().
0 commit comments