| tstrtonum.c: remove OpenBSD macro call - stopwatch - simple timer for console o… | |
| git clone git://src.adamsgaard.dk/stopwatch | |
| Log | |
| Files | |
| Refs | |
| README | |
| LICENSE | |
| --- | |
| commit 81a1a8ec5edcd78c1343b6783d3e4e57cf716b6e | |
| parent 1cc119587457c6097e2081e1f2e7aa9b36db4d9c | |
| Author: Anders Damsgaard <[email protected]> | |
| Date: Sun, 3 Oct 2021 15:02:39 +0200 | |
| strtonum.c: remove OpenBSD macro call | |
| Diffstat: | |
| M strtonum.c | 1 - | |
| 1 file changed, 0 insertions(+), 1 deletion(-) | |
| --- | |
| diff --git a/strtonum.c b/strtonum.c | |
| t@@ -63,4 +63,3 @@ strtonum(const char *numstr, long long minval, long long max… | |
| return (ll); | |
| } | |
| -DEF_WEAK(strtonum); |