Raymond Toy pushed to branch issue-312-motif-server at cmucl / cmucl
Commits:
-
300e5279
by Raymond Toy at 2024-05-28T07:27:42-07:00
1 changed file:
Changes:
... | ... | @@ -38,7 +38,7 @@ extern void message_write_int_list(); |
38 | 38 | extern void message_write_event();
|
39 | 39 | extern void message_write_color();
|
40 | 40 | /* GCC complains without the full prototype */
|
41 | -extern void message_write_float(message_t,void*,int);
|
|
41 | +extern void message_write_float(message_t,void *,int);
|
|
42 | 42 | |
43 | 43 |
|
44 | 44 |