Skip to content

Commit

Permalink
types: add RE_ARG_SIZE struct pl (avoids wrong print fmt %r usage)
Browse files Browse the repository at this point in the history
  • Loading branch information
sreimers committed Aug 30, 2023
1 parent b5ca0e2 commit 103d7ee
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 103d7ee

Please sign in to comment.