changeset 1911:c02829e877a1

[project @ 1996-02-10 03:18:29 by jwe]
author jwe
date Sat, 10 Feb 1996 03:20:22 +0000
parents 0cc78377d25c
children ca0b39eccd65
files libcruft/Makefile.in libcruft/misc/Makefile.in liboctave/f77-fcn.c
diffstat 3 files changed, 3 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/libcruft/Makefile.in
+++ b/libcruft/Makefile.in
@@ -44,7 +44,7 @@
 CRUFT_OBJ3 := $(patsubst $(srcdir)/%, %, $(CRUFT_FSRC))
 CRUFT_OBJ2 := $(patsubst %.f, %.o, $(CRUFT_OBJ3))
 CRUFT_OBJ1 := $(subst misc/d1mach.o, , $(CRUFT_OBJ2))
-CRUFT_OBJ := $(CRUFT_OBJ1) misc/d1mach.o misc/dostop.o misc/f77-fcn.o
+CRUFT_OBJ := $(CRUFT_OBJ1) misc/d1mach.o misc/dostop.o misc/misc-extern.o
 
 ifeq ($(SHARED_LIBS), true)
   ifdef FPICFLAG
--- a/libcruft/misc/Makefile.in
+++ b/libcruft/misc/Makefile.in
@@ -12,9 +12,9 @@
 top_srcdir = @top_srcdir@
 VPATH = @srcdir@
 
-SPECIAL = gen-d1mach.c d1mach-tst.for dostop.c f77-fcn.c
+SPECIAL = gen-d1mach.c d1mach-tst.for dostop.c misc-extern.cc
 
-SPECIAL_DEPEND = d1mach.o dostop.o f77-fcn.o
+SPECIAL_DEPEND = d1mach.o dostop.o misc-extern.o
 
 DISTFILES = $(subst d1mach.f, , $(DISTFILES))
 
--- a/liboctave/f77-fcn.c
+++ b/liboctave/f77-fcn.c
@@ -28,12 +28,6 @@
 
 #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;
-
 void
 copy_f77_context (void *from, void *to, unsigned int size)
 {