changeset 1801:401f4226c639

[project @ 1996-01-29 06:00:12 by jwe]
author jwe
date Mon, 29 Jan 1996 06:03:49 +0000
parents 024c75af53f1
children 8173b1fa052d
files liboctave/Makefile.in liboctave/file-ops.h src/Makefile.in src/utils.h
diffstat 4 files changed, 3 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/liboctave/Makefile.in	Mon Jan 29 05:55:45 1996 +0000
+++ b/liboctave/Makefile.in	Mon Jan 29 06:03:49 1996 +0000
@@ -55,7 +55,7 @@
 	acosh.c asinh.c atanh.c cmd-hist.cc dir-ops.cc erf.c erfc.c \
 	file-ops.cc filemode.c gamma.c idx-vector.cc lo-error.cc \
 	lgamma.c mkdir.c oct-glob.cc pathsearch.cc rename.c \
-	rmdir.c sun-utils.cc \
+	rmdir.c sun-utils.cc tempname.c tempnam.c \
 	$(TEMPLATE_SRC) \
 	$(TI_SRC) \
 	$(MATRIX_SRC)
--- a/liboctave/file-ops.h	Mon Jan 29 05:55:45 1996 +0000
+++ b/liboctave/file-ops.h	Mon Jan 29 06:03:49 1996 +0000
@@ -190,6 +190,7 @@
 extern int oct_mkfifo (const string&, mode_t);
 extern int oct_rename (const string&, const string&);
 extern int oct_rmdir (const string&);
+extern string oct_tempnam (void);
 extern int oct_umask (mode_t);
 extern int oct_unlink (const string&);
 
--- a/src/Makefile.in	Mon Jan 29 05:55:45 1996 +0000
+++ b/src/Makefile.in	Mon Jan 29 06:03:49 1996 +0000
@@ -115,7 +115,7 @@
 	pt-fvc.cc pt-mat.cc pt-misc.cc pt-mvr-base.cc pt-mvr.cc \
 	pt-plot.cc resource.cc sighandlers.cc \
 	strcasecmp.c strncase.c strfns.cc strftime.c symtab.cc \
-	sysdep.cc tempname.c timefns.cc tempnam.c token.cc toplev.cc \
+	sysdep.cc timefns.cc token.cc toplev.cc \
 	unwind-prot.cc user-prefs.cc utils.cc variables.cc xdiv.cc \
 	xpow.cc
 
--- a/src/utils.h	Mon Jan 29 05:55:45 1996 +0000
+++ b/src/utils.h	Mon Jan 29 06:03:49 1996 +0000
@@ -49,8 +49,6 @@
 extern string fcn_file_in_path (const string&);
 extern string oct_file_in_path (const string&);
 
-extern string octave_tmp_file_name (void);
-
 extern "C" void jump_to_top_level (void) NORETURN;
 
 extern int almost_match (const string& std, const string& s,