From: Chris Hanson Date: Tue, 13 Aug 1991 06:20:37 +0000 (+0000) Subject: Fix typo. X-Git-Tag: 20090517-FFI~10374 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=fce0f9122dc1bc1603e7e132e1f0e2b449b6ba21;p=mit-scheme.git Fix typo. --- diff --git a/v7/src/microcode/breakup.c b/v7/src/microcode/breakup.c index 602eb7aab..694523973 100644 --- a/v7/src/microcode/breakup.c +++ b/v7/src/microcode/breakup.c @@ -1,6 +1,6 @@ /* -*-C-*- -Copyright (c) 1987, 1989 Massachusetts Institute of Technology +Copyright (c) 1987-91 Massachusetts Institute of Technology This material was developed by the Scheme project at the Massachusetts Institute of Technology, Department of Electrical Engineering and @@ -30,7 +30,7 @@ Technology nor of any adaptation thereof in any advertising, promotional, or sales literature without prior written consent from MIT in each case. */ -/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/breakup.c,v 9.22 1989/09/20 23:04:34 cph Rel $ */ +/* $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/Attic/breakup.c,v 9.23 1991/08/13 06:20:37 cph Exp $ */ #include @@ -122,7 +122,7 @@ re_dispatch: c); break; case '"': - after_new_line == false; + after_new_line = false; putchar(c); c = getchar(); while (true)