]> code.delx.au - gnu-emacs/blobdiff - src/w32term.c
src/w32*.c: Make functions static.
[gnu-emacs] / src / w32term.c
index 992538e0e880c0a978ea0cb2f75e8a3d884320e0..a082aa32b691f673b0b4e96fd0567e311dac2c45 100644 (file)
@@ -21,7 +21,6 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 #include <config.h>
 #include <signal.h>
 #include <stdio.h>
-#include <stdlib.h>
 #include <setjmp.h>
 #include "lisp.h"
 #include "blockinput.h"
@@ -3955,7 +3954,7 @@ static char dbcs_lead = 0;
    recursively with different messages by the system.
 */
 
-int
+static int
 w32_read_socket (struct terminal *terminal, int expected,
                 struct input_event *hold_quit)
 {