diff src/xselect.c @ 15705:2f5c1df12e01

(last_event_timestamp): Declare, but don't define.
author Karl Heuer <kwzh@gnu.org>
date Tue, 16 Jul 1996 05:19:28 +0000
parents 335aa5c3ce34
children 9b919c5464a4
line wrap: on
line diff
--- a/src/xselect.c	Tue Jul 16 05:12:55 1996 +0000
+++ b/src/xselect.c	Tue Jul 16 05:19:28 1996 +0000
@@ -57,7 +57,8 @@
 #endif
 
 /* The timestamp of the last input event Emacs received from the X server.  */
-unsigned long last_event_timestamp;
+/* Defined in keyboard.c.  */
+extern unsigned long last_event_timestamp;
 
 /* This is an association list whose elements are of the form
      ( SELECTION-NAME SELECTION-VALUE SELECTION-TIMESTAMP FRAME)