Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/bsd/flex/dist/src Remove extra #endif.
details: https://anonhg.NetBSD.org/src/rev/d3d57087fe37
branches: trunk
changeset: 447863:d3d57087fe37
user: alnsn <alnsn%NetBSD.org@localhost>
date: Sun Jan 27 03:01:48 2019 +0000
description:
Remove extra #endif.
diffstat:
external/bsd/flex/dist/src/libyywrap.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (19 lines):
diff -r 48a6776b5c5d -r d3d57087fe37 external/bsd/flex/dist/src/libyywrap.c
--- a/external/bsd/flex/dist/src/libyywrap.c Sun Jan 27 03:00:48 2019 +0000
+++ b/external/bsd/flex/dist/src/libyywrap.c Sun Jan 27 03:01:48 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: libyywrap.c,v 1.4 2019/01/27 02:08:34 pgoyette Exp $ */
+/* $NetBSD: libyywrap.c,v 1.5 2019/01/27 03:01:48 alnsn Exp $ */
/* libyywrap - flex run-time support library "yywrap" function */
@@ -25,8 +25,7 @@
#ifndef HAVE_NBTOOL_CONFIG_H
#include <sys/cdefs.h>
#ifdef __RCSID
-__RCSID("$NetBSD: libyywrap.c,v 1.4 2019/01/27 02:08:34 pgoyette Exp $");
-#endif
+__RCSID("$NetBSD: libyywrap.c,v 1.5 2019/01/27 03:01:48 alnsn Exp $");
#endif
#endif
Home |
Main Index |
Thread Index |
Old Index