Avoid unnecessary calls to mark_for_codepoint

This commit is contained in:
Kovid Goyal
2018-02-06 11:22:02 +05:30
parent 96c93fa252
commit ff2e5b3966
7 changed files with 11 additions and 5 deletions

View File

@@ -1,5 +1,7 @@
#pragma once
#include "data-types.h"
#define VS15 1275
#define VS16 1276
bool is_combining_char(char_type ch);
bool is_ignored_char(char_type ch);