Module Name: src
Committed By: christos
Date: Sat Jan 16 19:28:36 UTC 2016
Modified Files:
src/external/gpl3/gcc/dist/gcc: regsub.c
Log Message:
ifdef __RCSID
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/external/gpl3/gcc/dist/gcc/regsub.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/gpl3/gcc/dist/gcc/regsub.c
diff -u src/external/gpl3/gcc/dist/gcc/regsub.c:1.1 src/external/gpl3/gcc/dist/gcc/regsub.c:1.2
--- src/external/gpl3/gcc/dist/gcc/regsub.c:1.1 Fri Jan 8 21:05:00 2016
+++ src/external/gpl3/gcc/dist/gcc/regsub.c Sat Jan 16 14:28:36 2016
@@ -1,4 +1,4 @@
-/* $NetBSD: regsub.c,v 1.1 2016/01/09 02:05:00 christos Exp $ */
+/* $NetBSD: regsub.c,v 1.2 2016/01/16 19:28:36 christos Exp $ */
/*-
* Copyright (c) 2015 The NetBSD Foundation, Inc.
@@ -29,7 +29,9 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#include <sys/cdefs.h>
-__RCSID("$NetBSD: regsub.c,v 1.1 2016/01/09 02:05:00 christos Exp $");
+#ifdef __RCSID
+__RCSID("$NetBSD: regsub.c,v 1.2 2016/01/16 19:28:36 christos Exp $");
+#endif
#include <sys/param.h>