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 Address review comments, updating spacing.
- - - - -
1 changed file:
- src/motif/server/datatrans.h
Changes:
===================================== src/motif/server/datatrans.h ===================================== @@ -38,7 +38,7 @@ extern void message_write_int_list(); extern void message_write_event(); extern void message_write_color(); /* GCC complains without the full prototype */ -extern void message_write_float(message_t,void*,int); +extern void message_write_float(message_t,void *,int);
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/300e5279ef294e86cb8c7215...