- Commit
- 17e4a8203dc24ecee990ba3e8880092a1864e12e
- Parent
- 3886843e12c564efdbf233b294d451ac25be93bc
- Author
- John MacFarlane <jgm@berkeley.edu>
- Date
Repacked delimiter struct to avoid hole.
My personal build of CMark ✏️
Repacked delimiter struct to avoid hole.
1 file changed, 1 insertion, 1 deletion
Status | File Name | N° Changes | Insertions | Deletions |
Modified | src/inlines.c | 2 | 1 | 1 |
diff --git a/src/inlines.c b/src/inlines.c @@ -36,8 +36,8 @@ typedef struct delimiter { struct delimiter *previous; struct delimiter *next; cmark_node *inl_text; - unsigned char delim_char; int position; + unsigned char delim_char; bool can_open; bool can_close; bool active;