comparison src/variables.cc @ 1719:63f6b1b57aae

[project @ 1996-01-09 05:23:22 by jwe]
author jwe
date Tue, 09 Jan 1996 05:25:07 +0000
parents 6708c53892c1
children 42b4f904f1af
comparison
equal deleted inserted replaced
1718:c127e04cd4bf 1719:63f6b1b57aae
375 static char *retval = subst_octave_home (OCTAVE_ARCHLIBDIR); 375 static char *retval = subst_octave_home (OCTAVE_ARCHLIBDIR);
376 return retval; 376 return retval;
377 } 377 }
378 378
379 char * 379 char *
380 octave_fcn_file_dir (void)
381 {
382 static char *retval = subst_octave_home (OCTAVE_FCNFILEDIR);
383 return retval;
384 }
385
386 char *
380 octave_bin_dir (void) 387 octave_bin_dir (void)
381 { 388 {
382 static char *retval = subst_octave_home (OCTAVE_BINDIR); 389 static char *retval = subst_octave_home (OCTAVE_BINDIR);
383 return retval; 390 return retval;
384 } 391 }