changeset 2651:f2310b0b9653

[project @ 1997-01-31 16:20:02 by jwe]
author jwe
date Fri, 31 Jan 1997 16:20:17 +0000
parents 64aff25e8be3
children 69613a17f51a
files liboctave/ChangeLog liboctave/f2c-main.c src/defaults.cc
diffstat 3 files changed, 7 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/liboctave/ChangeLog	Fri Jan 31 16:17:01 1997 +0000
+++ b/liboctave/ChangeLog	Fri Jan 31 16:20:17 1997 +0000
@@ -1,3 +1,7 @@
+Fri Jan 31 09:21:57 1997  John W. Eaton  <jwe@bevo.che.wisc.edu>
+
+	* f2c-main.c: Change C++-style comments to C-style comments.
+
 Tue Jan 28 10:46:02 1997  John W. Eaton  <jwe@bevo.che.wisc.edu>
 
 	* Makefile.in (install-inc): Create a relative symbolic link.
--- a/liboctave/f2c-main.c	Fri Jan 31 16:17:01 1997 +0000
+++ b/liboctave/f2c-main.c	Fri Jan 31 16:20:17 1997 +0000
@@ -22,9 +22,9 @@
 
 #include <assert.h>
 
-// I think that this is really only needed if linking to Fortran
-// compiled libraries on a Sun.  It also seems to be needed on
-// some Linux/ELF systems with g77.  It should never be called.
+/* I think that this is really only needed if linking to Fortran
+   compiled libraries on a Sun.  It also seems to be needed on
+   some Linux/ELF systems with g77.  It should never be called. */
 
 #if defined (sun)
 int
--- a/src/defaults.cc	Fri Jan 31 16:17:01 1997 +0000
+++ b/src/defaults.cc	Fri Jan 31 16:20:17 1997 +0000
@@ -325,8 +325,6 @@
       string std_path = Vlocal_arch_lib_dir;
       std_path.append (SEPCHAR_STR);
       std_path.append (Varch_lib_dir);
-      std_path.append (SEPCHAR_STR);
-      std_path.append (Vbin_dir);
 
       int std_len = std_path.length ();