Fix -fno-common build failure.

Index: tty.c
--- tty.c.orig
+++ tty.c
@@ -82,7 +82,7 @@ static struct ltchars oldchars, newchars;
 #   define OXTABS TAB3
 #endif
 
-int TtyUpperCase;
+int TtyUpperCase = 0;
 
 #define NOCHAR 0
 
