From 5a22c062e2fd6d494c78ea094f5571c152e6aac1 Mon Sep 17 00:00:00 2001 From: "Guillermo J. Rozas" Date: Fri, 15 Oct 1993 00:13:50 +0000 Subject: [PATCH] Fix broken #endif. --- v7/src/microcode/default.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v7/src/microcode/default.h b/v7/src/microcode/default.h index 68d2cc1be..8ff2430ee 100644 --- a/v7/src/microcode/default.h +++ b/v7/src/microcode/default.h @@ -1,6 +1,6 @@ /* -*-C-*- -$Id: default.h,v 9.41 1993/10/14 21:43:15 gjr Exp $ +$Id: default.h,v 9.42 1993/10/15 00:13:50 gjr Exp $ Copyright (c) 1988-1993 Massachusetts Institute of Technology @@ -125,7 +125,7 @@ MIT in each case. */ #ifndef CONSTANT_AREA_START #define CONSTANT_AREA_START() Stack_Pointer -#endif CONSTANT_AREA_START +#endif /* CONSTANT_AREA_START */ #ifndef SEAL_CONSTANT_SPACE #define SEAL_CONSTANT_SPACE() do \ -- 2.25.1