diff options
| author | Tyge Løvset <[email protected]> | 2022-04-28 15:20:33 +0200 |
|---|---|---|
| committer | Tyge Løvset <[email protected]> | 2022-04-28 15:20:33 +0200 |
| commit | c68b5bac81319612e94b231af234bad6ef559c61 (patch) | |
| tree | d09e899d69a7d146f2b741c308036c545167be8d /include/stc/utf8.h | |
| parent | c542a17addd954ef0c5c9c9a80c368773a3d98b7 (diff) | |
| download | STC-modified-c68b5bac81319612e94b231af234bad6ef559c61.tar.gz STC-modified-c68b5bac81319612e94b231af234bad6ef559c61.zip | |
_i_implement moved to user-level template parameter as i_implement. Removed i_opt flag c_implement. Removed OLD include/alt/clist.h
Diffstat (limited to 'include/stc/utf8.h')
| -rw-r--r-- | include/stc/utf8.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/stc/utf8.h b/include/stc/utf8.h index b8b4f27f..9a1493b6 100644 --- a/include/stc/utf8.h +++ b/include/stc/utf8.h @@ -57,7 +57,7 @@ STC_INLINE size_t utf8_codep_size(const char *s) { }
// --------------------------- IMPLEMENTATION ---------------------------------
-#ifdef _i_implement
+#ifdef i_implement
// https://news.ycombinator.com/item?id=15423674
// https://gist.github.com/s4y/344a355f8c1f99c6a4cb2347ec4323cc
|
