From: Chris Hanson Date: Sun, 23 Dec 2001 18:28:52 +0000 (+0000) Subject: Fix missing string line terminators. X-Git-Tag: 20090517-FFI~2311 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=230f3c4ecb28ce1fb3ed6e710108b9df1890fa08;p=mit-scheme.git Fix missing string line terminators. --- diff --git a/v7/src/microcode/lookprm.c b/v7/src/microcode/lookprm.c index 6e324ab17..169941767 100644 --- a/v7/src/microcode/lookprm.c +++ b/v7/src/microcode/lookprm.c @@ -1,6 +1,6 @@ /* -*-C-*- -$Id: lookprm.c,v 1.17 2001/12/21 04:36:01 cph Exp $ +$Id: lookprm.c,v 1.18 2001/12/23 18:28:52 cph Exp $ Copyright (c) 1988-2001 Massachusetts Institute of Technology @@ -113,9 +113,9 @@ DEFINE_PRIMITIVE ("LEXICAL-REFERENCE-TYPE", Prim_lexical_reference_type, 2, 2, Returns a index integer indicating the type of object stored in the\n\ binding of SYMBOL within ENVIRONMENT. The following values are defined:\n\ \n\ -0 means unbound -1 means unassigned -2 means a normal binding +0 means unbound\n\ +1 means unassigned\n\ +2 means a normal binding\n\ 3 means a macro binding") { PRIMITIVE_HEADER (2);