From: Chris Hanson Date: Mon, 26 Sep 1994 23:08:46 +0000 (+0000) Subject: Fix typo in previous change. X-Git-Tag: 20090517-FFI~7107 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=9b13f6eca9de1d2ff7b2d523fff2b31b85ce8975;p=mit-scheme.git Fix typo in previous change. --- diff --git a/v7/src/microcode/x11graph.c b/v7/src/microcode/x11graph.c index 1207a83b2..d84077aae 100644 --- a/v7/src/microcode/x11graph.c +++ b/v7/src/microcode/x11graph.c @@ -1,8 +1,8 @@ /* -*-C-*- -$Id: x11graph.c,v 1.32 1993/12/05 06:09:30 cph Exp $ +$Id: x11graph.c,v 1.33 1994/09/26 23:08:46 cph Exp $ -Copyright (c) 1989-93 Massachusetts Institute of Technology +Copyright (c) 1989-94 Massachusetts Institute of Technology This material was developed by the Scheme project at the Massachusetts Institute of Technology, Department of Electrical Engineering and @@ -495,7 +495,7 @@ DEFINE_PRIMITIVE ("X-GRAPHICS-SET-FUNCTION", Prim_x_graphics_set_function, 2, 2, } static XPoint * -DEFUN (floating_vector_point_args, (xw, x_index, y_index), +DEFUN (floating_vector_point_args, (xw, x_index, y_index, return_n_points), struct xwindow * xw AND unsigned int x_index AND unsigned int y_index AND