mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(fail, main): Don't use implicit int return type.
This commit is contained in:
parent
476bf6811c
commit
de073ce36f
1 changed files with 4 additions and 1 deletions
|
|
@ -1,5 +1,6 @@
|
|||
/* Client process that communicates with GNU Emacs acting as server.
|
||||
Copyright (C) 1986, 1987, 1994, 1999, 2000 Free Software Foundation, Inc.
|
||||
Copyright (C) 1986, 1987, 1994, 1999, 2000, 2001
|
||||
Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GNU Emacs.
|
||||
|
||||
|
|
@ -178,6 +179,7 @@ xmalloc (size)
|
|||
Try to run a different command, or --if no alternate editor is
|
||||
defined-- exit with an errorcode.
|
||||
*/
|
||||
void
|
||||
fail (argc, argv)
|
||||
int argc;
|
||||
char **argv;
|
||||
|
|
@ -198,6 +200,7 @@ fail (argc, argv)
|
|||
|
||||
#if !defined (HAVE_SOCKETS) && !defined (HAVE_SYSVIPC)
|
||||
|
||||
int
|
||||
main (argc, argv)
|
||||
int argc;
|
||||
char **argv;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue