print_insn_sh cleanup:
[deliverable/binutils-gdb.git] / gdb / event-loop.h
index 02c3fe308992244d23740bb9cd93867156d602c9..2f2ff003f6a0be74f7bdfe7b930d4d78b28d592f 100644 (file)
@@ -1,5 +1,5 @@
 /* Definitions used by the GDB event loop.
-   Copyright 1999 Free Software Foundation, Inc.
+   Copyright 1999, 2000 Free Software Foundation, Inc.
    Written by Elena Zannoni <ezannoni@cygnus.com> of Cygnus Solutions.
 
    This file is part of GDB.
@@ -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.024556 seconds and 4 git commands to generate.