From 9f6da44ee9f9e1afc3b8c79e7de8efc9116d4602 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 23 Nov 2016 20:32:36 +0530 Subject: [PATCH] ... --- kitty/parser.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kitty/parser.c b/kitty/parser.c index e0a51b992..ee1bcf125 100644 --- a/kitty/parser.c +++ b/kitty/parser.c @@ -7,6 +7,7 @@ #include "data-types.h" #include "control-codes.h" +// utils {{{ static unsigned int pow10[10] = { 1, 10, 100, 1000, 10000, 100000, 1000000, 10000000, 100000000, 1000000000 }; @@ -19,6 +20,7 @@ utoi(uint32_t *buf, unsigned int sz) { } return ans; } +// }}} // Macros {{{ #define IS_DIGIT \