mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-03-03 04:21:28 -08:00
* fns.c (get_random, seed_random): Move extern decls from here ...
* lisp.h: ... to here, so that they can be checked.
This commit is contained in:
parent
b8950c9480
commit
a884fdcc41
3 changed files with 5 additions and 3 deletions
|
|
@ -1,5 +1,8 @@
|
|||
2011-03-14 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
* fns.c (get_random, seed_random): Move extern decls from here ...
|
||||
* lisp.h: ... to here, so that they can be checked.
|
||||
|
||||
* sysdep.c (reset_io): Now static.
|
||||
(wait_for_termination_signal): Remove; unused.
|
||||
|
||||
|
|
|
|||
|
|
@ -57,9 +57,6 @@ Lisp_Object Qcodeset, Qdays, Qmonths, Qpaper;
|
|||
|
||||
static int internal_equal (Lisp_Object , Lisp_Object, int, int);
|
||||
|
||||
extern long get_random (void);
|
||||
extern void seed_random (long);
|
||||
|
||||
#ifndef HAVE_UNISTD_H
|
||||
extern long time ();
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -3340,6 +3340,8 @@ extern void child_setup_tty (int);
|
|||
extern void setup_pty (int);
|
||||
extern int set_window_size (int, int, int);
|
||||
extern void create_process (Lisp_Object, char **, Lisp_Object);
|
||||
extern long get_random (void);
|
||||
extern void seed_random (long);
|
||||
extern int emacs_open (const char *, int, int);
|
||||
extern int emacs_close (int);
|
||||
extern int emacs_read (int, char *, unsigned int);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue