tstrtonum.c: remove OpenBSD macro call - stopwatch - simple timer for console or x root window
(HTM) git clone git://src.adamsgaard.dk/stopwatch
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 81a1a8ec5edcd78c1343b6783d3e4e57cf716b6e
(DIR) parent 1cc119587457c6097e2081e1f2e7aa9b36db4d9c
(HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
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(-)
---
(DIR) diff --git a/strtonum.c b/strtonum.c
t@@ -63,4 +63,3 @@ strtonum(const char *numstr, long long minval, long long maxval,
return (ll);
}
-DEF_WEAK(strtonum);