X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Fevent-loop.h;h=2f2ff003f6a0be74f7bdfe7b930d4d78b28d592f;hb=1c509ca8216de106f508b463a13ceea60ccce878;hp=02c3fe308992244d23740bb9cd93867156d602c9;hpb=2acceee2182a942e6a79a972009540990f4dfabf;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/event-loop.h b/gdb/event-loop.h index 02c3fe3089..2f2ff003f6 100644 --- a/gdb/event-loop.h +++ b/gdb/event-loop.h @@ -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 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);