svn commit: r312092 - stable/10/contrib/netbsd-tests/lib/libc/regex
Ngie Cooper
ngie at FreeBSD.org
Sat Jan 14 00:28:22 UTC 2017
Author: ngie
Date: Sat Jan 14 00:28:21 2017
New Revision: 312092
URL: https://svnweb.freebsd.org/changeset/base/312092
Log:
MFC r311926:
Consolidate __NetBSD__ #ifdef
Modified:
stable/10/contrib/netbsd-tests/lib/libc/regex/debug.c
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/contrib/netbsd-tests/lib/libc/regex/debug.c
==============================================================================
--- stable/10/contrib/netbsd-tests/lib/libc/regex/debug.c Sat Jan 14 00:26:52 2017 (r312091)
+++ stable/10/contrib/netbsd-tests/lib/libc/regex/debug.c Sat Jan 14 00:28:21 2017 (r312092)
@@ -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-stable
mailing list