* 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:
Elena Zannoni
2000-03-03 15:37:09 +00:00
parent 0ef33cd05d
commit 97bb9d91de
4 changed files with 20 additions and 11 deletions

View File

@@ -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