diff options
| author | Tyge Løvset <[email protected]> | 2022-01-03 23:04:52 +0100 |
|---|---|---|
| committer | Tyge Løvset <[email protected]> | 2022-01-03 23:04:52 +0100 |
| commit | d37056f1ef380a5649e192436e84a15d1520c5e0 (patch) | |
| tree | 7814b6b0c76163ca4e37303cfbe2a4941039fefa /include/stc/crandom.h | |
| parent | c935d2af7cf730fec80695d20529d0b15bda2898 (diff) | |
| download | STC-modified-d37056f1ef380a5649e192436e84a15d1520c5e0.tar.gz STC-modified-d37056f1ef380a5649e192436e84a15d1520c5e0.zip | |
"gcc/clang -O2 -Wall -std=c99 -pedantic" compiles examples with no warnings. More cleanups.
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 887e5f51..5e4c4ad3 100644 --- a/include/stc/crandom.h +++ b/include/stc/crandom.h @@ -220,4 +220,4 @@ STC_DEF double stc64_normalf(stc64_t* rng, stc64_normalf_t* dist) { }
#endif
#endif
-#undef i_opt
\ No newline at end of file +#undef i_opt
|
