add support for default values
This commit is contained in:
parent
c85722874d
commit
2eb6628ae4
7 changed files with 700 additions and 466 deletions
|
|
@ -5,7 +5,7 @@
|
|||
#include <limits.h>
|
||||
|
||||
struct check_segment_alignment {
|
||||
char foo : (sizeof(struct capn_segment)&7) ? -1 : 1;
|
||||
unsigned int foo : (sizeof(struct capn_segment)&7) ? -1 : 1;
|
||||
};
|
||||
|
||||
static struct capn_segment *create(void *u, uint32_t id, int sz) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue