summaryrefslogtreecommitdiffhomepage
path: root/include/stc/csview.h
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2022-04-28 15:20:33 +0200
committerTyge Løvset <[email protected]>2022-04-28 15:20:33 +0200
commitc68b5bac81319612e94b231af234bad6ef559c61 (patch)
treed09e899d69a7d146f2b741c308036c545167be8d /include/stc/csview.h
parentc542a17addd954ef0c5c9c9a80c368773a3d98b7 (diff)
downloadSTC-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/csview.h')
-rw-r--r--include/stc/csview.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/stc/csview.h b/include/stc/csview.h
index dd8559b5..d56781a6 100644
--- a/include/stc/csview.h
+++ b/include/stc/csview.h
@@ -132,7 +132,7 @@ STC_INLINE uint64_t csview_hash(const csview *self)
{ return c_fasthash(self->str, self->size); }
/* -------------------------- IMPLEMENTATION ------------------------- */
-#if defined(_i_implement)
+#if defined(i_implement)
STC_DEF csview
csview_substr(csview sv, intptr_t pos, size_t n) {