changeset 1849:60aad6fce844

[project @ 1996-02-03 13:04:40 by jwe]
author jwe
date Sat, 03 Feb 1996 13:04:40 +0000
parents 979f25fd161f
children a5c3ae990127
files liboctave/f77-fcn.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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. */