changeset 1876:3eeb7826e298

[project @ 1996-02-04 13:57:05 by jwe]
author jwe
date Sun, 04 Feb 1996 13:57:05 +0000
parents d06d35afa90d
children 6f70b6929cc1
files liboctave/f77-fcn.c
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/liboctave/f77-fcn.c
+++ b/liboctave/f77-fcn.c
@@ -28,6 +28,9 @@
 
 #include "f77-fcn.h"
 
+/* So we can check to see if an exception has occurred. */
+int f77_exception_encountered = 0;
+
 /* For setjmp/longjmp. */
 jmp_buf f77_context;