Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-9]: src/external/gpl2/dtc/dist Pull up following revision(s) (req...



details:   https://anonhg.NetBSD.org/src/rev/d508ef135a6d
branches:  netbsd-9
changeset: 366181:d508ef135a6d
user:      bouyer <bouyer%NetBSD.org@localhost>
date:      Tue May 17 10:23:17 2022 +0000

description:
Pull up following revision(s) (requested by tnn in ticket #1452):
        external/gpl2/dtc/dist/dtc-lexer.l: revision 1.5
Satisfy -fno-common

diffstat:

 external/gpl2/dtc/dist/dtc-lexer.l |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r d690ec2410f8 -r d508ef135a6d external/gpl2/dtc/dist/dtc-lexer.l
--- a/external/gpl2/dtc/dist/dtc-lexer.l        Sun May 15 12:38:02 2022 +0000
+++ b/external/gpl2/dtc/dist/dtc-lexer.l        Tue May 17 10:23:17 2022 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: dtc-lexer.l,v 1.3 2017/06/08 16:00:40 skrll Exp $      */
+/*     $NetBSD: dtc-lexer.l,v 1.3.8.1 2022/05/17 10:23:17 bouyer Exp $ */
 
 /*
  * (C) Copyright David Gibson <dwg%au1.ibm.com@localhost>, IBM Corporation.  2005.
@@ -40,7 +40,7 @@
 #include "srcpos.h"
 #include "dtc-parser.h"
 
-YYLTYPE yylloc;
+extern YYLTYPE yylloc;
 extern bool treesource_error;
 
 /* CAUTION: this will stop working if we ever use yyless() or yyunput() */



Home | Main Index | Thread Index | Old Index