forked from Imagelibrary/binutils-gdb
2000-03-03 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
* defs.h (struct continuation_arg): Change type of field 'data' from PTR to void *. * event-loop.h: Eliminate uses of PTR, use 'void *' instead. * event-top.c: Ditto.
This commit is contained in:
@@ -613,7 +613,7 @@ extern void free_command_lines (struct command_line **);
|
||||
struct continuation_arg
|
||||
{
|
||||
struct continuation_arg *next;
|
||||
PTR data;
|
||||
void *data;
|
||||
};
|
||||
|
||||
struct continuation
|
||||
|
||||
Reference in New Issue
Block a user