Skip to content

Commit

Permalink
types: add RE_ARG_SIZE struct pl (avoids wrong print fmt %r usage) (#928
Browse files Browse the repository at this point in the history
)
  • Loading branch information
sreimers authored Aug 31, 2023
1 parent 18a3b84 commit e4ae3dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/re_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,7 @@ typedef int re_sock_t;
char*: sizeof(char *), \
void const*: sizeof(void const *), \
void*: sizeof(void *), \
struct pl: sizeof(struct pl), \
default: sizeof(void*) \
)

Expand Down

0 comments on commit e4ae3dd

Please sign in to comment.