From: Chris Hanson Date: Tue, 27 Apr 1993 10:28:44 +0000 (+0000) Subject: Delete extraneous semicolon. X-Git-Tag: 20090517-FFI~8371 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=0cd769fbda5a693c2007884ed13846fb285d1e7c;p=mit-scheme.git Delete extraneous semicolon. --- diff --git a/v7/src/microcode/array.c b/v7/src/microcode/array.c index 8668d99df..48d49f0ad 100644 --- a/v7/src/microcode/array.c +++ b/v7/src/microcode/array.c @@ -1,8 +1,8 @@ /* -*-C-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/array.c,v 9.44 1991/12/20 22:48:36 cph Exp $ +$Id: array.c,v 9.45 1993/04/27 10:28:44 cph Exp $ -Copyright (c) 1987-91 Massachusetts Institute of Technology +Copyright (c) 1987-93 Massachusetts Institute of Technology This material was developed by the Scheme project at the Massachusetts Institute of Technology, Department of Electrical Engineering and @@ -1917,7 +1917,7 @@ DEFINE_PRIMITIVE ("SAMPLE-PERIODIC-FUNCTION", Prim_sample_periodic_function, 4, error_bad_range_arg (1); PRIMITIVE_RETURN (Result); } - ; + double hamming (t, length) double t, length;