From 36cc200ee1d9980458224e5781e3f6818681e8bc Mon Sep 17 00:00:00 2001 From: "Guillermo J. Rozas" Date: Sat, 23 May 1992 01:18:45 +0000 Subject: [PATCH] Change search_path_for_file. --- v7/src/microcode/cmpintmd/hppa.h | 4 ++-- v7/src/microcode/option.h | 6 +++--- v8/src/microcode/cmpintmd/hppa.h | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/v7/src/microcode/cmpintmd/hppa.h b/v7/src/microcode/cmpintmd/hppa.h index 73ae58783..69d20b59a 100644 --- a/v7/src/microcode/cmpintmd/hppa.h +++ b/v7/src/microcode/cmpintmd/hppa.h @@ -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"); diff --git a/v7/src/microcode/option.h b/v7/src/microcode/option.h index 9a5c88196..b4322cfb7 100644 --- a/v7/src/microcode/option.h +++ b/v7/src/microcode/option.h @@ -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 */ diff --git a/v8/src/microcode/cmpintmd/hppa.h b/v8/src/microcode/cmpintmd/hppa.h index 0d4c17d94..df918e6b7 100644 --- a/v8/src/microcode/cmpintmd/hppa.h +++ b/v8/src/microcode/cmpintmd/hppa.h @@ -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"); -- 2.25.1