# HG changeset patch # User jwe # Date 823352680 0 # Node ID 60aad6fce844db3e35e218eb37486d16147dc380 # Parent 979f25fd161f0b5edf82b6a79d329fd314bccb74 [project @ 1996-02-03 13:04:40 by jwe] diff -r 979f25fd161f -r 60aad6fce844 liboctave/f77-fcn.h --- a/liboctave/f77-fcn.h Sat Feb 03 12:58:27 1996 +0000 +++ b/liboctave/f77-fcn.h Sat Feb 03 13:04:40 1996 +0000 @@ -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. */