* ld-selective/selective.exp <no CXX>: Fix typo for argument to
[deliverable/binutils-gdb.git] / gdb / event-loop.h
index 02c3fe308992244d23740bb9cd93867156d602c9..54e699066ec398185e19f3689ff9d554aa51483a 100644 (file)
@@ -57,7 +57,7 @@
 
    Corollary tasks are the creation and deletion of event sources. */
 
-typedef PTR gdb_client_data;
+typedef void *gdb_client_data;
 struct async_signal_handler;
 typedef void (handler_func) (int, gdb_client_data);
 typedef void (sig_handler_func) (gdb_client_data);
This page took 0.024554 seconds and 4 git commands to generate.