mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-23 05:17:35 +00:00
(process_tick, update_tick): Make non-static.
This commit is contained in:
parent
38ee91fe29
commit
17d02632dd
1 changed files with 4 additions and 3 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue