1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

* 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

@ -1,3 +1,8 @@
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

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)
{

View file

@ -1,3 +1,7 @@
2007-05-26 Dan Nicolaescu <dann@ics.uci.edu>
* sysdep.c: Comment out text after #endif.
2007-05-20 L$,1 q(Brentey K,Aa(Broly <lorentey@elte.hu>
* emacs.c (REPORT_EMACS_BUG_PRETEST_ADDRESS): Revert to

View file

@ -2791,7 +2791,7 @@ sys_select (nfds, rfds, wfds, efds, timeout)
}
return ravail;
}
#endif not WINDOWSNT
#endif /* not WINDOWSNT */
/* Read keyboard input into the standard buffer,
waiting for at least one character. */