svn commit: r311926 - head/contrib/netbsd-tests/lib/libc/regex
Ngie Cooper
ngie at FreeBSD.org
Wed Jan 11 10:20:36 UTC 2017
Author: ngie
Date: Wed Jan 11 10:20:35 2017
New Revision: 311926
URL: https://svnweb.freebsd.org/changeset/base/311926
Log:
Consolidate __NetBSD__ #ifdef
MFC after: 3 days
Modified:
head/contrib/netbsd-tests/lib/libc/regex/debug.c
Modified: head/contrib/netbsd-tests/lib/libc/regex/debug.c
==============================================================================
--- head/contrib/netbsd-tests/lib/libc/regex/debug.c Wed Jan 11 09:51:34 2017 (r311925)
+++ head/contrib/netbsd-tests/lib/libc/regex/debug.c Wed Jan 11 10:20:35 2017 (r311926)
@@ -48,9 +48,7 @@
#ifdef __NetBSD__
static void s_print(struct re_guts *, FILE *);
static char *regchar(int);
-#endif
-#ifdef __NetBSD__
/*
* regprint - print a regexp for debugging
*/
More information about the svn-src-head
mailing list