Add \n\ to newlines in comments.
authorChris Hanson <org/chris-hanson/cph>
Tue, 13 Feb 1990 16:00:20 +0000 (16:00 +0000)
committerChris Hanson <org/chris-hanson/cph>
Tue, 13 Feb 1990 16:00:20 +0000 (16:00 +0000)
v7/src/microcode/extern.c
v7/src/microcode/hooks.c

index be3272a9601d727bac0627591f2a3480fb98638e..868b9bfa1f28107be6c8c6ad4ef48286a32e7791 100644 (file)
@@ -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);
index 5f79438554159e4b31ef871aae44f62fae46413f..3954a11d5025a75e7f4750fa3d108ca1b3258ec6 100644 (file)
@@ -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)
 }
 \f
 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);