From ccd330746a77cf335b2816a3048a8e25e61f8ed4 Mon Sep 17 00:00:00 2001 From: Tim Landscheidt Date: Tue, 15 Jan 2019 14:00:00 +0000 Subject: Remove workaround for isspace() on FreeBSD 4 and earlier FreeBSD 4 was declared end-of-life in 2006 (https://lists.freebsd.org/pipermail/freebsd-security/2006-October/004111.html). Currently, only FreeBSD 11 and 12 are supported (https://www.freebsd.org/security/security.html#sup). --- src/system.hh.in | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/system.hh.in') diff --git a/src/system.hh.in b/src/system.hh.in index 1f4a3958..799c7102 100644 --- a/src/system.hh.in +++ b/src/system.hh.in @@ -135,11 +135,6 @@ typedef std::ostream::pos_type ostream_pos_type; #include #include -#if defined __FreeBSD__ && __FreeBSD__ <= 4 -// FreeBSD has a broken isspace macro, so don't use it -#undef isspace(c) -#endif - #if defined(_WIN32) || defined(__CYGWIN__) #include #else -- cgit v1.2.3