Include systime.h after xterm.h.
#include "syssignal.h"
#include "systty.h"
-#include "systime.h"
/* This is to get the definitions of the XK_ symbols. */
#ifdef HAVE_X_WINDOWS
#include "xterm.h"
#endif
+/* Include systime.h after xterm.h to avoid double inclusion of time.h. */
+#include "systime.h"
+
extern int errno;
/* Variables for blockinput.h: */
/* Is this a request for a valid symbol? */
if (symbol_num < 0 || symbol_num >= table_size)
- abort ();
+ return Qnil;
if (CONSP (*symbol_table))
value = Fcdr (assq_no_quit (symbol_int, *symbol_table));