Delete extraneous semicolon.
authorChris Hanson <org/chris-hanson/cph>
Tue, 27 Apr 1993 10:28:44 +0000 (10:28 +0000)
committerChris Hanson <org/chris-hanson/cph>
Tue, 27 Apr 1993 10:28:44 +0000 (10:28 +0000)
v7/src/microcode/array.c

index 8668d99df2e04abc0838ec480671c3b54f4c758d..48d49f0ad75136a5254b4ff32815c874aa4833d7 100644 (file)
@@ -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);
 }
-\f;
+\f
 double
 hamming (t, length)
      double t, length;