diff options
| author | Gerd Moellmann | 2001-04-03 13:37:23 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-04-03 13:37:23 +0000 |
| commit | de073ce36fa1d7de145500592fbcb344dc87dbbe (patch) | |
| tree | 1d4ba70d64134c825d7b5845edb3f604bb38721e /lib-src/emacsclient.c | |
| parent | 476bf6811ce571982c3416c9f3eb6fd973fb36a5 (diff) | |
| download | emacs-de073ce36fa1d7de145500592fbcb344dc87dbbe.tar.gz emacs-de073ce36fa1d7de145500592fbcb344dc87dbbe.zip | |
(fail, main): Don't use implicit int return type.
Diffstat (limited to 'lib-src/emacsclient.c')
| -rw-r--r-- | lib-src/emacsclient.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib-src/emacsclient.c b/lib-src/emacsclient.c index 03fe66598c8..10f95decd80 100644 --- a/lib-src/emacsclient.c +++ b/lib-src/emacsclient.c | |||
| @@ -1,5 +1,6 @@ | |||
| 1 | /* Client process that communicates with GNU Emacs acting as server. | 1 | /* Client process that communicates with GNU Emacs acting as server. |
| 2 | Copyright (C) 1986, 1987, 1994, 1999, 2000 Free Software Foundation, Inc. | 2 | Copyright (C) 1986, 1987, 1994, 1999, 2000, 2001 |
| 3 | Free Software Foundation, Inc. | ||
| 3 | 4 | ||
| 4 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 5 | 6 | ||
| @@ -178,6 +179,7 @@ xmalloc (size) | |||
| 178 | Try to run a different command, or --if no alternate editor is | 179 | Try to run a different command, or --if no alternate editor is |
| 179 | defined-- exit with an errorcode. | 180 | defined-- exit with an errorcode. |
| 180 | */ | 181 | */ |
| 182 | void | ||
| 181 | fail (argc, argv) | 183 | fail (argc, argv) |
| 182 | int argc; | 184 | int argc; |
| 183 | char **argv; | 185 | char **argv; |
| @@ -198,6 +200,7 @@ fail (argc, argv) | |||
| 198 | 200 | ||
| 199 | #if !defined (HAVE_SOCKETS) && !defined (HAVE_SYSVIPC) | 201 | #if !defined (HAVE_SOCKETS) && !defined (HAVE_SYSVIPC) |
| 200 | 202 | ||
| 203 | int | ||
| 201 | main (argc, argv) | 204 | main (argc, argv) |
| 202 | int argc; | 205 | int argc; |
| 203 | char **argv; | 206 | char **argv; |