From 2d09d27a3551c78145581edf18f8f8189cc6ab3d Mon Sep 17 00:00:00 2001 From: "Guillermo J. Rozas" Date: Thu, 2 May 1991 06:12:32 +0000 Subject: [PATCH] const -> CONST for non-ansi compilers. --- v7/src/microcode/boot.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v7/src/microcode/boot.c b/v7/src/microcode/boot.c index 9b58ad1b2..fa3e018db 100644 --- a/v7/src/microcode/boot.c +++ b/v7/src/microcode/boot.c @@ -1,6 +1,6 @@ /* -*-C-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/boot.c,v 9.68 1991/03/28 20:09:23 jinx Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/boot.c,v 9.69 1991/05/02 06:12:32 jinx Exp $ Copyright (c) 1988-1991 Massachusetts Institute of Technology @@ -413,7 +413,7 @@ DEFUN (gc_death, } void -DEFUN (stack_death, (name), const char *name) +DEFUN (stack_death, (name), CONST char *name) { fprintf (stderr, "\n%s: Constant space is no longer sealed!\n", -- 2.25.1