Fri Oct 14 23:49:23 2016 UTC ()
multiple include protection


(christos)
diff -r1.1.1.6 -r1.2 src/external/gpl3/gdb/dist/gdb/event-loop.h

cvs diff -r1.1.1.6 -r1.2 src/external/gpl3/gdb/dist/gdb/Attic/event-loop.h (expand / switch to context diff)
--- src/external/gpl3/gdb/dist/gdb/Attic/event-loop.h 2016/10/12 16:47:12 1.1.1.6
+++ src/external/gpl3/gdb/dist/gdb/Attic/event-loop.h 2016/10/14 23:49:23 1.2
@@ -66,7 +66,8 @@
    infinite loop.
 
    Corollary tasks are the creation and deletion of event sources.  */
-
+#ifndef _EVENT_LOOP_H_
+#define _EVENT_LOOP_H_
 typedef void *gdb_client_data;
 struct async_signal_handler;
 struct async_event_handler;
@@ -127,3 +128,4 @@
 extern void clear_async_event_handler (struct async_event_handler *handler);
 
 extern void initialize_async_signal_handlers (void);
+#endif