* systime.h (make_timeval): Declare as 'const'.

This commit is contained in:
Paul Eggert 2013-04-27 08:34:28 -07:00
parent 289e303f3d
commit b8dd59f747
2 changed files with 5 additions and 1 deletions

View file

@ -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

View file

@ -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 *);