diff options
| author | Tyge Løvset <[email protected]> | 2023-04-03 12:43:50 +0200 |
|---|---|---|
| committer | Tyge Løvset <[email protected]> | 2023-04-03 18:24:41 +0200 |
| commit | a3dc31d5393d051ad4dacb314452d3c6ec8a74b7 (patch) | |
| tree | 35c11eb9542ef448ab6a40642a17f7a4025df823 /include/stc/csmap.h | |
| parent | e88b655ca8cf28d357f5088c205857954ad269e2 (diff) | |
| download | STC-modified-a3dc31d5393d051ad4dacb314452d3c6ec8a74b7.tar.gz STC-modified-a3dc31d5393d051ad4dacb314452d3c6ec8a74b7.zip | |
Split priv/template.h in two files to make mksingle.sh work.
Diffstat (limited to 'include/stc/csmap.h')
| -rw-r--r-- | include/stc/csmap.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/include/stc/csmap.h b/include/stc/csmap.h index d0a877c4..716c1bfe 100644 --- a/include/stc/csmap.h +++ b/include/stc/csmap.h @@ -48,9 +48,6 @@ int main(void) { csmap_sx_drop(&m); } */ -#ifdef STC_CSMAP_V1 -#include "alt/csmap.h" -#else #include "ccommon.h" #ifndef CSMAP_H_INCLUDED @@ -598,5 +595,4 @@ _cx_memb(_drop)(_cx_self* self) { #undef _i_MAP_ONLY #undef _i_SET_ONLY #define CSMAP_H_INCLUDED -#include "priv/template.h" -#endif // !STC_CSMAP_V1 +#include "priv/untemplate.h" |
