Skip to content

Commit 0e77b58

Browse files
committed
Upgrade to u-config 0.33.1
1 parent 92956fe commit 0e77b58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pkg-config.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// https://github.com/skeeto/u-config
33
// $ cc -nostartfiles -o pkg-config.exe pkg-config.c
44
// This is free and unencumbered software released into the public domain.
5-
#define VERSION "0.33.0"
5+
#define VERSION "0.33.1"
66

77
typedef unsigned char u8;
88
typedef signed int b32;
@@ -122,7 +122,7 @@ static b32 pathsep(u8 c)
122122
return c=='/' || c=='\\';
123123
}
124124

125-
__attribute((malloc, alloc_size(2, 3)))
125+
__attribute((malloc, alloc_size(3, 2)))
126126
static byte *alloc(arena *a, size objsize, size count)
127127
{
128128
assert(objsize > 0);

0 commit comments

Comments
 (0)