From: simonmar Date: Wed, 2 Jun 1999 15:14:57 +0000 (+0000) Subject: [project @ 1999-06-02 15:14:57 by simonmar] X-Git-Tag: Approximately_9120_patches~6166 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=1d43b29af462fbb64acfce1526e8380fc046733b;p=ghc-hetmet.git [project @ 1999-06-02 15:14:57 by simonmar] ^M should be a space character. --- diff --git a/ghc/compiler/parser/ctypes.c b/ghc/compiler/parser/ctypes.c index 9a42f7e..cb09379 100644 --- a/ghc/compiler/parser/ctypes.c +++ b/ghc/compiler/parser/ctypes.c @@ -21,7 +21,7 @@ const unsigned char char_types[] = C_Any | C_Space, /* \n */ C_Any | C_Space, /* \v */ C_Any | C_Space, /* \f */ - 0, /* \015 */ + C_Any | C_Space, /* ^M */ 0, /* \016 */ 0, /* \017 */ 0, /* \020 */