changeset 1660:d4730066d5ca

[project @ 1995-12-24 03:56:11 by jwe]
author jwe
date Sun, 24 Dec 1995 03:56:11 +0000
parents 627d12b30973
children b7a5f305df27
files src/variables.cc
diffstat 1 files changed, 0 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/src/variables.cc	Wed Dec 20 19:50:05 1995 +0000
+++ b/src/variables.cc	Sun Dec 24 03:56:11 1995 +0000
@@ -813,16 +813,11 @@
 
   char *nm = sym_rec->name ();
 
-#ifdef WITH_DLD
-
   if (load_octave_oct_file (nm))
     {
       force_link_to_function (nm);
     }
   else
-
-#endif
-
     {
       char *ff = fcn_file_in_path (nm);