Closed rlesurf closed 7 years ago
The isdigit function in POSIX was removed as of v5.24. I've replaced with a simple check that should work instead. I haven't removed POSIX from getting loaded (line 8) because I'm not sure whether it's needed elsewhere.
The isdigit function in POSIX was removed as of v5.24. I've replaced with a simple check that should work instead. I haven't removed POSIX from getting loaded (line 8) because I'm not sure whether it's needed elsewhere.