* systime.h (make_timeval): Declare as 'const'.
This commit is contained in:
@@ -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 *);
|
||||
|
||||
Reference in New Issue
Block a user