From: Guillermo J. Rozas Date: Fri, 15 Oct 1993 00:13:50 +0000 (+0000) Subject: Fix broken #endif. X-Git-Tag: 20090517-FFI~7758 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=5a22c062e2fd6d494c78ea094f5571c152e6aac1;p=mit-scheme.git Fix broken #endif. --- 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 \