Skip to content

Commit

Permalink
seqmap: reorder fields to use less space on x64
Browse files Browse the repository at this point in the history
  • Loading branch information
DankRank committed Aug 22, 2023
1 parent 3ed5596 commit fc8057b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/seqmap.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
#define SEQMAP_FLAG_ALLOC (1<<0)
typedef struct seqmap_entry_t {
int key;
char *value;
int flags;
char *value;
} seqmap_entry_t;

typedef list_t seqmap_t;
Expand Down

0 comments on commit fc8057b

Please sign in to comment.