* emacsclient.c (main): Avoid having a declaration after a

statement.

* sysdep.c: Comment out text after #endif.
This commit is contained in:
Dan Nicolaescu 2007-05-26 17:28:45 +00:00
parent 98db66cac2
commit 30790a37ef
4 changed files with 11 additions and 2 deletions

View file

@ -1347,11 +1347,11 @@ main (argc, argv)
if (tty)
{
char *type = getenv ("TERM");
char *tty_name = NULL;
#ifndef WINDOWSNT
tty_name = ttyname (fileno (stdin));
#endif
char *type = getenv ("TERM");
if (! tty_name)
{