Module Name:    src
Committed By:   jmcneill
Date:           Fri May 22 23:19:53 UTC 2020

Modified Files:
        src/external/gpl2/dtc/dist: dtc-lexer.l

Log Message:
Satisfy -fno-common


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/external/gpl2/dtc/dist/dtc-lexer.l

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/gpl2/dtc/dist/dtc-lexer.l
diff -u src/external/gpl2/dtc/dist/dtc-lexer.l:1.4 src/external/gpl2/dtc/dist/dtc-lexer.l:1.5
--- src/external/gpl2/dtc/dist/dtc-lexer.l:1.4	Sun Dec 22 12:38:24 2019
+++ src/external/gpl2/dtc/dist/dtc-lexer.l	Fri May 22 23:19:53 2020
@@ -1,4 +1,4 @@
-/*	$NetBSD: dtc-lexer.l,v 1.4 2019/12/22 12:38:24 skrll Exp $	*/
+/*	$NetBSD: dtc-lexer.l,v 1.5 2020/05/22 23:19:53 jmcneill Exp $	*/
 
 /* SPDX-License-Identifier: GPL-2.0-or-later */
 /*
@@ -25,7 +25,7 @@ LINECOMMENT	"//".*\n
 #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() */

Reply via email to