vis: relocate _DIAGASSERT() define

Other similar files from NetBSD define it unconditionally as a local
diff.

Reviewed by:	imp (as part of D42686)
This commit is contained in:
Brooks Davis 2023-11-21 00:21:11 +00:00
parent bbbd7aab1b
commit db94e7c3f9

View file

@ -61,7 +61,6 @@ __RCSID("$NetBSD: vis.c,v 1.83 2023/08/12 12:48:52 riastradh Exp $");
#endif /* LIBC_SCCS and not lint */
#ifdef __FBSDID
__FBSDID("$FreeBSD$");
#define _DIAGASSERT(x) assert(x)
#endif
#include "namespace.h"
@ -86,6 +85,8 @@ __weak_alias(strvisx,_strvisx)
#include <stdio.h>
#include <string.h>
#define _DIAGASSERT(x) assert(x)
/*
* The reason for going through the trouble to deal with character encodings
* in vis(3), is that we use this to safe encode output of commands. This