Index: scan.c =================================================================== --- scan.c (revision 66403) +++ scan.c (working copy) @@ -318,6 +318,8 @@ c = '\n'; else if (c == 'r') c = '\r'; + else if (c == 't') + c = '\t'; *b++ = c; notkeyword = 1; }