Change search_path_for_file.
authorGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Sat, 23 May 1992 01:18:45 +0000 (01:18 +0000)
committerGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Sat, 23 May 1992 01:18:45 +0000 (01:18 +0000)
v7/src/microcode/cmpintmd/hppa.h
v7/src/microcode/option.h
v8/src/microcode/cmpintmd/hppa.h

index 73ae5878323675b65a6ab7347821e6040a0a762f..69d20b59a97a210ed09f4fb5418949ab610dde06 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-C-*-
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/cmpintmd/hppa.h,v 1.32 1992/02/12 15:32:51 jinx Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/cmpintmd/hppa.h,v 1.33 1992/05/23 01:18:45 jinx Exp $
 
 Copyright (c) 1989-1992 Massachusetts Institute of Technology
 
@@ -364,7 +364,7 @@ DEFUN_VOID (flush_i_cache_initialize)
 {
   struct utsname sysinfo;
   CONST char * models_filename =
-    (search_path_for_file (0, MODELS_FILENAME, 1));
+    (search_path_for_file (0, MODELS_FILENAME, 1, 1));
   if ((uname (&sysinfo)) < 0)
     {
       fprintf (stderr, "\nflush_i_cache: uname failed.\n");
index 9a5c881968f24ce6e80636e9e983f1ddd1c0c013..b4322cfb714cf85575312bcf5885832a162940ff 100644 (file)
@@ -1,8 +1,8 @@
 /* -*-C-*-
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/option.h,v 1.8 1992/02/18 20:51:57 mhwu Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/option.h,v 1.9 1992/05/23 01:17:50 jinx Exp $
 
-Copyright (c) 1990-1991 Massachusetts Institute of Technology
+Copyright (c) 1990-1992 Massachusetts Institute of Technology
 
 This material was developed by the Scheme project at the Massachusetts
 Institute of Technology, Department of Electrical Engineering and
@@ -77,6 +77,6 @@ extern CONST char * EXFUN (search_for_library_file, (CONST char *));
 
 extern CONST char * EXFUN
   (search_path_for_file,
-   (CONST char * option, CONST char * filename, int default_p));
+   (CONST char * option, CONST char * filename, int default_p, int fail_p));
 
 #endif /* SCM_OPTION_H */
index 0d4c17d949a3af05c3952c67ccd9b98a0ffd7e57..df918e6b7945a7f525be471a42413ce0826da844 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-C-*-
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/cmpintmd/hppa.h,v 1.32 1992/02/12 15:32:51 jinx Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/cmpintmd/hppa.h,v 1.33 1992/05/23 01:18:45 jinx Exp $
 
 Copyright (c) 1989-1992 Massachusetts Institute of Technology
 
@@ -364,7 +364,7 @@ DEFUN_VOID (flush_i_cache_initialize)
 {
   struct utsname sysinfo;
   CONST char * models_filename =
-    (search_path_for_file (0, MODELS_FILENAME, 1));
+    (search_path_for_file (0, MODELS_FILENAME, 1, 1));
   if ((uname (&sysinfo)) < 0)
     {
       fprintf (stderr, "\nflush_i_cache: uname failed.\n");