From 09054f948cb74c25b0bb080b496122e1bc246f18 Mon Sep 17 00:00:00 2001 From: "Guillermo J. Rozas" Date: Thu, 25 Feb 1993 03:20:22 +0000 Subject: [PATCH] Eliminate warning from SF. --- v7/src/runtime/make.scm | 3 ++- v8/src/runtime/make.scm | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/v7/src/runtime/make.scm b/v7/src/runtime/make.scm index 078a86cfa..70fa668bc 100644 --- a/v7/src/runtime/make.scm +++ b/v7/src/runtime/make.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: make.scm,v 14.42 1993/02/25 02:02:48 gjr Exp $ +$Id: make.scm,v 14.43 1993/02/25 03:20:22 gjr Exp $ Copyright (c) 1988-1993 Massachusetts Institute of Technology @@ -295,6 +295,7 @@ MIT in each case. |# (if (implemented-primitive-procedure? prim) prim (lambda (name) + name ; ignored false)))) ;; Construct the package structure. diff --git a/v8/src/runtime/make.scm b/v8/src/runtime/make.scm index 078a86cfa..70fa668bc 100644 --- a/v8/src/runtime/make.scm +++ b/v8/src/runtime/make.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: make.scm,v 14.42 1993/02/25 02:02:48 gjr Exp $ +$Id: make.scm,v 14.43 1993/02/25 03:20:22 gjr Exp $ Copyright (c) 1988-1993 Massachusetts Institute of Technology @@ -295,6 +295,7 @@ MIT in each case. |# (if (implemented-primitive-procedure? prim) prim (lambda (name) + name ; ignored false)))) ;; Construct the package structure. -- 2.25.1