From 032147b69527e5448a511049b2d43dbcae582624 Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Sat, 15 Oct 2016 05:51:12 +1100 Subject: Move DEF_WEAK into defines.h. As well pull in more recent changes from OpenBSD these will start to arrive so put it where the definition is shared. --- openbsd-compat/vis.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'openbsd-compat/vis.c') diff --git a/openbsd-compat/vis.c b/openbsd-compat/vis.c index 3cef6bafd..0e04ed025 100644 --- a/openbsd-compat/vis.c +++ b/openbsd-compat/vis.c @@ -33,12 +33,6 @@ #include "includes.h" #if !defined(HAVE_STRNVIS) || defined(BROKEN_STRNVIS) -/* - * We want these to override in the BROKEN_STRNVIS case. TO avoid future sync - * problems no-op out the weak symbol definition rather than remove it. - */ -#define DEF_WEAK(x) - #include #include #include -- cgit v1.2.3