Commit 591b2d21ba75922acc07431fd366fbdd5537324f

Martin Mitas 2017-07-25T00:08:51

md_analyze_marks: Make the function inline.

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/md4c/md4c.c b/md4c/md4c.c
index 43f7e83..fad21a8 100644
--- a/md4c/md4c.c
+++ b/md4c/md4c.c
@@ -3685,7 +3685,7 @@ md_analyze_permissive_email_autolink(MD_CTX* ctx, int mark_index)
     md_resolve_range(ctx, NULL, mark_index, closer_index);
 }
 
-static void
+static inline void
 md_analyze_marks(MD_CTX* ctx, const MD_LINE* lines, int n_lines,
                  int mark_beg, int mark_end, const CHAR* mark_chars)
 {