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:
parent
98db66cac2
commit
30790a37ef
4 changed files with 11 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue