diff options
| author | Tyge Løvset <[email protected]> | 2022-06-01 18:31:41 +0200 |
|---|---|---|
| committer | Tyge Løvset <[email protected]> | 2022-06-01 18:31:41 +0200 |
| commit | 254e61e2774d6b8fa6064e61c054014bfc460d91 (patch) | |
| tree | 1d350b9370a00cbc87f57ec484620d766788f8f7 /docs/carc_api.md | |
| parent | de5b9db42473801e83e93b35968c7cfc4b782e3a (diff) | |
| download | STC-modified-254e61e2774d6b8fa6064e61c054014bfc460d91.tar.gz STC-modified-254e61e2774d6b8fa6064e61c054014bfc460d91.zip | |
Reverted to default static linkage of non-templated symbols (cstr, csview, ..), as it gives smaller executables and is convenient for small applications. (no need to define i_implement when functions is used in one translaton unit only).
Diffstat (limited to 'docs/carc_api.md')
| -rw-r--r-- | docs/carc_api.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/carc_api.md b/docs/carc_api.md index aef3d867..2ab61791 100644 --- a/docs/carc_api.md +++ b/docs/carc_api.md @@ -67,7 +67,6 @@ bool carc_X_value_eq(const i_val* x, const i_val* y); // carc_X_value_c ```c // Create a stack and a list of shared pointers to maps, // and demonstrate sharing and cloning of maps. -#define i_implement #include <stc/cstr.h> #define i_type Map |
