diff options
| author | Tyge Løvset <[email protected]> | 2023-02-05 18:21:17 +0100 |
|---|---|---|
| committer | Tyge Løvset <[email protected]> | 2023-02-05 18:21:17 +0100 |
| commit | 217865ae413f9cfcc72af176ec7e98f418bddbea (patch) | |
| tree | e862dddb60fe69fbdb91b14de1f4e44cd7088b43 /misc | |
| parent | b21be5762a5037abbd9aa820d204f0825382194d (diff) | |
| download | STC-modified-217865ae413f9cfcc72af176ec7e98f418bddbea.tar.gz STC-modified-217865ae413f9cfcc72af176ec7e98f418bddbea.zip | |
Fixed linking parameters i_extern.
Diffstat (limited to 'misc')
| -rw-r--r-- | misc/examples/gauss2.c | 1 | ||||
| -rw-r--r-- | misc/examples/sso_substr.c | 1 | ||||
| -rw-r--r-- | misc/examples/sview_split.c | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/misc/examples/gauss2.c b/misc/examples/gauss2.c index c627fc91..96ab9d6d 100644 --- a/misc/examples/gauss2.c +++ b/misc/examples/gauss2.c @@ -1,7 +1,6 @@ #include <stdio.h> #include <time.h> -#define STC_IMPLEMENT #include <stc/crandom.h> #include <stc/cstr.h> diff --git a/misc/examples/sso_substr.c b/misc/examples/sso_substr.c index 7e858ec4..317f5e78 100644 --- a/misc/examples/sso_substr.c +++ b/misc/examples/sso_substr.c @@ -1,4 +1,3 @@ -#define STC_IMPLEMENT #include <stc/cstr.h> #include <stc/csview.h> diff --git a/misc/examples/sview_split.c b/misc/examples/sview_split.c index 2d4b5324..2dd21a1a 100644 --- a/misc/examples/sview_split.c +++ b/misc/examples/sview_split.c @@ -1,4 +1,3 @@ -#define STC_IMPLEMENT #include <stc/cstr.h> #include <stc/csview.h> |
