# HG changeset patch # User jwe # Date 823352680 0 # Node ID 60aad6fce844db3e35e218eb37486d16147dc380 # Parent 979f25fd161f0b5edf82b6a79d329fd314bccb74 [project @ 1996-02-03 13:04:40 by jwe] diff --git a/liboctave/f77-fcn.h b/liboctave/f77-fcn.h --- a/liboctave/f77-fcn.h +++ b/liboctave/f77-fcn.h @@ -75,7 +75,7 @@ while (0) /* For setjmp/longjmp. */ -jmp_buf f77_context; +extern jmp_buf f77_context; /* Defining this as a separate function allows us to avoid having to include string.h in this file. */