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/469f895b20db
branches:  trunk
changeset: 448221:469f895b20db
user:      oster <oster%NetBSD.org@localhost>
date:      Sun Jan 27 03:19:42 2019 +0000

description:
Remove extra #endif.

diffstat:

 external/bsd/flex/dist/src/libmain.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (19 lines):

diff -r 696f5c81d17e -r 469f895b20db external/bsd/flex/dist/src/libmain.c
--- a/external/bsd/flex/dist/src/libmain.c      Sun Jan 27 03:01:48 2019 +0000
+++ b/external/bsd/flex/dist/src/libmain.c      Sun Jan 27 03:19:42 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: libmain.c,v 1.5 2019/01/27 02:08:34 pgoyette Exp $     */
+/*     $NetBSD: libmain.c,v 1.6 2019/01/27 03:19:42 oster Exp $        */
 
 /* libmain - flex run-time support library "main" function */
 
@@ -25,8 +25,7 @@
 #ifndef HAVE_NBTOOL_CONFIG_H
 #include <sys/cdefs.h>
 #ifdef __RCSID
-__RCSID("$NetBSD: libmain.c,v 1.5 2019/01/27 02:08:34 pgoyette Exp $");
-#endif
+__RCSID("$NetBSD: libmain.c,v 1.6 2019/01/27 03:19:42 oster Exp $");
 #endif
 #endif
 



Home | Main Index | Thread Index | Old Index