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/696f5c81d17e
branches:  trunk
changeset: 448220:696f5c81d17e
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 f6373db97f70 -r 696f5c81d17e 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