Skip to content
Snippets Groups Projects
Commit 1d43b29a authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 1999-06-02 15:14:57 by simonmar]

^M should be a space character.
parent c44ce58c
No related branches found
No related tags found
No related merge requests found
......@@ -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 */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment