diff options
| author | Tyge Løvset <[email protected]> | 2022-01-01 19:51:03 +0100 |
|---|---|---|
| committer | Tyge Løvset <[email protected]> | 2022-01-01 19:51:03 +0100 |
| commit | 8134d0f62ebc659741131eb79cec4fdcf5f774f7 (patch) | |
| tree | 4324409930c320fcedc98f25356caeccf4e578c0 /include/stc/crandom.h | |
| parent | 9eafcffc28cc8cc0ee273888c1af043ff4d685a4 (diff) | |
| download | STC-modified-8134d0f62ebc659741131eb79cec4fdcf5f774f7.tar.gz STC-modified-8134d0f62ebc659741131eb79cec4fdcf5f774f7.zip | |
Corrected linking macro settings.
Diffstat (limited to 'include/stc/crandom.h')
| -rw-r--r-- | include/stc/crandom.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/stc/crandom.h b/include/stc/crandom.h index 5b4e9f3a..2861f6cd 100644 --- a/include/stc/crandom.h +++ b/include/stc/crandom.h @@ -141,7 +141,7 @@ STC_INLINE int32_t stc32_uniform(stc32_t* rng, stc32_uniform_t* d) { /* -------------------------- IMPLEMENTATION ------------------------- */
-#if !defined(STC_HEADER) || defined(STC_IMPLEMENTATION)
+#if !defined(STC_SHARED) || defined(STC_IMPLEMENTATION)
/* Global random() */
static stc64_t stc64_global = {{
|
