(process_tick, update_tick): Make non-static.

This commit is contained in:
Karl Heuer 1995-01-25 02:02:37 +00:00
parent 38ee91fe29
commit 17d02632dd

View file

@ -196,11 +196,12 @@ static Lisp_Object Vprocess_connection_type;
#endif
#endif /* SKTPAIR */
/* These next two vars are non-static since sysdep.c uses them in the
emulation of `select'. */
/* Number of events of change of status of a process. */
static int process_tick;
int process_tick;
/* Number of events for which the user or sentinel has been notified. */
static int update_tick;
int update_tick;
#include "sysselect.h"