Fixed compile errors.

This commit is contained in:
Pietro Gagliardi 2019-06-08 18:09:12 -04:00
parent 7aa1b0870d
commit 9f776c140d
2 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@ struct uiEvent {
{ sizeof (uiEventOptions), global }, \
true, \
uiprivArrayStaticInit(struct handler, 32, "uiEvent handlers"), \
uirpivArrayStaticInit(int, 32, "uiEvent handler unused IDs"), \
uiprivArrayStaticInit(int, 32, "uiEvent handler unused IDs"), \
false, \
}

View File

@ -41,7 +41,7 @@
type, func)
#define uiprivProgrammerErrorWrongType(got, want, func) \
uiprivProgrammerError("wrong type passed to %s(): got %s, want %s",
uiprivProgrammerError("wrong type passed to %s(): got %s, want %s", \
func, got, want)
#define uiprivProgrammerErrorBadSenderForEvent(senderDesc, eventDesc, func) \