statement.
* sysdep.c: Comment out text after #endif.
+2007-05-26 Dan Nicolaescu <dann@ics.uci.edu>
+
+ * emacsclient.c (main): Avoid having a declaration after a
+ statement.
+
2007-05-21 Juanma Barranquero <lekktu@gmail.com>
* emacsclient.c (print_help_and_exit): Restore and adapt trunk
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)
{
+2007-05-26 Dan Nicolaescu <dann@ics.uci.edu>
+
+ * sysdep.c: Comment out text after #endif.
+
2007-05-20 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
* emacs.c (REPORT_EMACS_BUG_PRETEST_ADDRESS): Revert to
}
return ravail;
}
-#endif not WINDOWSNT
+#endif /* not WINDOWSNT */
/* Read keyboard input into the standard buffer,
waiting for at least one character. */