* systime.h (make_timeval): Declare as 'const'.
This commit is contained in:
parent
289e303f3d
commit
b8dd59f747
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2013-04-27 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
* systime.h (make_timeval): Declare as 'const'.
|
||||
|
||||
2013-04-27 Kenichi Handa <handa@gnu.org>
|
||||
|
||||
* font.c (font_open_entity): Always open a font of manageable
|
||||
|
|
|
@ -143,7 +143,7 @@ EMACS_TIME_TO_DOUBLE (EMACS_TIME t)
|
|||
|
||||
/* defined in sysdep.c */
|
||||
extern int set_file_times (int, const char *, EMACS_TIME, EMACS_TIME);
|
||||
extern struct timeval make_timeval (EMACS_TIME);
|
||||
extern struct timeval make_timeval (EMACS_TIME) ATTRIBUTE_CONST;
|
||||
|
||||
/* defined in keyboard.c */
|
||||
extern void set_waiting_for_input (EMACS_TIME *);
|
||||
|
|
Loading…
Add table
Reference in a new issue