From: Guillermo J. Rozas Date: Mon, 20 Jan 1992 13:26:19 +0000 (+0000) Subject: Missing DEFUN. X-Git-Tag: 20090517-FFI~9970 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=72fdb3aee073c8d70eb94de0a6615986ca3657b7;p=mit-scheme.git Missing DEFUN. --- diff --git a/v7/src/microcode/lookprm.c b/v7/src/microcode/lookprm.c index 5b3c71a8e..91d50cd30 100644 --- a/v7/src/microcode/lookprm.c +++ b/v7/src/microcode/lookprm.c @@ -1,6 +1,6 @@ /* -*-C-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/lookprm.c,v 1.7 1992/01/20 13:22:43 jinx Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/lookprm.c,v 1.8 1992/01/20 13:26:19 jinx Exp $ Copyright (c) 1988-1992 Massachusetts Institute of Technology @@ -258,8 +258,7 @@ DEFUN (extract_or_create_cache, (frame, sym), } void -error_bad_environment(arg) - long arg; +DEFUN (error_bad_environment, (arg), long arg) { if (OBJECT_TYPE (ARG_REF(arg)) == GLOBAL_ENV) error_bad_range_arg(arg); @@ -292,7 +291,7 @@ error_bad_environment(arg) affected. It will have to be rethought. NOTE: The following procedure and extract_or_create_cache have NOT - been parallelized. They needs thinking. + been parallelized. They need thinking. */ DEFINE_PRIMITIVE ("ENVIRONMENT-LINK-NAME", Prim_environment_link_name, 3, 3, 0)