From: Mark Friedman Date: Wed, 3 Jul 1991 16:55:39 +0000 (+0000) Subject: The cpp on altdorf seems to have problems with multiline string X-Git-Tag: 20090517-FFI~10486 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=8ded295bb2a228bcd33e6b2e9021aeeaa3becf68;p=mit-scheme.git The cpp on altdorf seems to have problems with multiline string constants as macro arguments. --- diff --git a/v7/src/microcode/x11graph.c b/v7/src/microcode/x11graph.c index 39c96f1be..162c355d6 100644 --- a/v7/src/microcode/x11graph.c +++ b/v7/src/microcode/x11graph.c @@ -1,6 +1,6 @@ /* -*-C-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/x11graph.c,v 1.12 1991/07/03 16:15:46 markf Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/x11graph.c,v 1.13 1991/07/03 16:55:39 markf Exp $ Copyright (c) 1989-91 Massachusetts Institute of Technology @@ -520,10 +520,10 @@ DEFINE_PRIMITIVE ("X-GRAPHICS-SET-DASHES", Prim_x_graphics_set_dashes, 3, 3, 0) } DEFINE_PRIMITIVE ("X-CREATE-IMAGE", Prim_x_create_image, 3, 3, - " Arguments: Window, width, height - Returns: A Scheme image - - The window is used to find the Display, Visual, and Depth + " Arguments: Window, width, height\ + Returns: A Scheme image\ +\ + The window is used to find the Display, Visual, and Depth\ information needed to crate an XImage structure.") { extern allocate_x_image (); @@ -564,7 +564,7 @@ DEFINE_PRIMITIVE ("X-CREATE-IMAGE", Prim_x_create_image, 3, 3, } DEFINE_PRIMITIVE ("X-BYTES-INTO-IMAGE", Prim_x_bytes_into_image, 2, 2, - "Stick the bytes from the vector-8b (first arg) into the x_image + "Stick the bytes from the vector-8b (first arg) into the x_image/ (second arg).") { PRIMITIVE_HEADER (2);