Module Name: src
Committed By: bouyer
Date: Tue May 17 10:23:18 UTC 2022
Modified Files:
src/external/gpl2/dtc/dist [netbsd-9]: dtc-lexer.l
Log Message:
Pull up following revision(s) (requested by tnn in ticket #1452):
external/gpl2/dtc/dist/dtc-lexer.l: revision 1.5
Satisfy -fno-common
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.3.8.1 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.3 src/external/gpl2/dtc/dist/dtc-lexer.l:1.3.8.1
--- src/external/gpl2/dtc/dist/dtc-lexer.l:1.3 Thu Jun 8 16:00:40 2017
+++ src/external/gpl2/dtc/dist/dtc-lexer.l Tue May 17 10:23:17 2022
@@ -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 <[email protected]>, IBM Corporation. 2005.
@@ -40,7 +40,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() */