diff options
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 827c93d6..a9374602 100644 --- a/include/stc/crandom.h +++ b/include/stc/crandom.h @@ -109,7 +109,7 @@ STC_INLINE stc64_normalf_t stc64_normalf_new(double mean, double stddev) { } /* -------------------------- IMPLEMENTATION ------------------------- */ -#if defined(i_static) || defined(i_extern) +#if defined(i_implement) /* Global random() */ static stc64_t stc64_global = {{ |
