We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92956fe commit 0e77b58Copy full SHA for 0e77b58
src/pkg-config.c
@@ -2,7 +2,7 @@
2
// https://github.com/skeeto/u-config
3
// $ cc -nostartfiles -o pkg-config.exe pkg-config.c
4
// This is free and unencumbered software released into the public domain.
5
-#define VERSION "0.33.0"
+#define VERSION "0.33.1"
6
7
typedef unsigned char u8;
8
typedef signed int b32;
@@ -122,7 +122,7 @@ static b32 pathsep(u8 c)
122
return c=='/' || c=='\\';
123
}
124
125
-__attribute((malloc, alloc_size(2, 3)))
+__attribute((malloc, alloc_size(3, 2)))
126
static byte *alloc(arena *a, size objsize, size count)
127
{
128
assert(objsize > 0);
0 commit comments