From: Chris Hanson Date: Tue, 13 Feb 1990 16:00:20 +0000 (+0000) Subject: Add \n\ to newlines in comments. X-Git-Tag: 20090517-FFI~11531 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=87abdc0ce4a88dbca06b4a1984a10bc1b6fe2476;p=mit-scheme.git Add \n\ to newlines in comments. --- diff --git a/v7/src/microcode/extern.c b/v7/src/microcode/extern.c index be3272a96..868b9bfa1 100644 --- a/v7/src/microcode/extern.c +++ b/v7/src/microcode/extern.c @@ -1,8 +1,8 @@ /* -*-C-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/extern.c,v 9.29 1989/09/20 23:07:46 cph Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/extern.c,v 9.30 1990/02/13 16:00:06 cph Rel $ -Copyright (c) 1987, 1988, 1989 Massachusetts Institute of Technology +Copyright (c) 1987, 1988, 1989, 1990 Massachusetts Institute of Technology This material was developed by the Scheme project at the Massachusetts Institute of Technology, Department of Electrical Engineering and @@ -141,7 +141,7 @@ DEFINE_PRIMITIVE ("PRIMITIVE-PROCEDURE-DOCUMENTATION", Prim_primitive_procedure_ DEFINE_PRIMITIVE ("GET-PRIMITIVE-COUNTS", Prim_get_primitive_counts, 0, 0, "Return a pair of integers which are the number of primitive procedures.\n\ -The car is the count of defined primitives; +The car is the count of defined primitives;\n\ the cdr is the count of undefined primitives that are referenced.") { PRIMITIVE_HEADER (0); diff --git a/v7/src/microcode/hooks.c b/v7/src/microcode/hooks.c index 5f7943855..3954a11d5 100644 --- a/v7/src/microcode/hooks.c +++ b/v7/src/microcode/hooks.c @@ -1,8 +1,8 @@ /* -*-C-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/hooks.c,v 9.37 1989/09/20 23:09:04 cph Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/hooks.c,v 9.38 1990/02/13 16:00:20 cph Exp $ -Copyright (c) 1988, 1989 Massachusetts Institute of Technology +Copyright (c) 1988, 1989, 1990 Massachusetts Institute of Technology This material was developed by the Scheme project at the Massachusetts Institute of Technology, Department of Electrical Engineering and @@ -430,8 +430,8 @@ DEFINE_PRIMITIVE ("TRANSLATE-TO-STATE-POINT", Prim_translate_to_point, 1, 1, 0) } DEFINE_PRIMITIVE ("MAKE-STATE-SPACE", Prim_make_state_space, 1, 1, - "Return a newly-allocated state-space. -Argument MUTABLE?, if not #F, means return a mutable state-space. + "Return a newly-allocated state-space.\n\ +Argument MUTABLE?, if not #F, means return a mutable state-space.\n\ Otherwise, -the- immutable state-space is saved internally.") { PRIMITIVE_HEADER (1);