diff options
| author | Tyge Løvset <[email protected]> | 2022-06-01 15:39:26 +0200 |
|---|---|---|
| committer | Tyge Løvset <[email protected]> | 2022-06-01 15:42:01 +0200 |
| commit | 7fb43a24a17da787dd809114ca26c1231b058493 (patch) | |
| tree | 25b5ae8442d336a42559b449a6af2c99a977d0db /examples/sview_split.c | |
| parent | 444088e81d590946c80909386dfcd6b926362949 (diff) | |
| download | STC-modified-7fb43a24a17da787dd809114ca26c1231b058493.tar.gz STC-modified-7fb43a24a17da787dd809114ca26c1231b058493.zip | |
Forgot files from previous commit. NOTE: there may/will be some changes to names introduced, e.g. i_extern/STC_EXTERN may change.
Also, I recently changed non-templated types to default external linking, *may* revert to default static again.
Diffstat (limited to 'examples/sview_split.c')
| -rw-r--r-- | examples/sview_split.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/sview_split.c b/examples/sview_split.c index ec664ba0..8c3d7120 100644 --- a/examples/sview_split.c +++ b/examples/sview_split.c @@ -1,6 +1,5 @@ -#define i_implement
+#define STC_IMPLEMENT
#include <stc/cstr.h>
-#define i_implement
#include <stc/csview.h>
int main()
|
