poke-devel
[Top][All Lists]
Advanced

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

[PATCH] pk-map-tab: rename ERROR to ERR because it clashes with a define


From: Hannes Domani
Subject: [PATCH] pk-map-tab: rename ERROR to ERR because it clashes with a define on Windows
Date: Wed, 15 Feb 2023 17:46:29 +0100

2023-02-15  Hannes Domani  <ssbssa@yahoo.de>

        * poke/pk-map-tab.y: Rename ERROR to ERR.
---
 poke/pk-map-tab.y | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/poke/pk-map-tab.y b/poke/pk-map-tab.y
index 05d3ee3e..3b9ac6ae 100644
--- a/poke/pk-map-tab.y
+++ b/poke/pk-map-tab.y
@@ -272,7 +272,7 @@ pk_map_tab_error (YYLTYPE *llocp, struct pk_map_parser 
*map_parser, char const *
 
 /* Tokens.  */
 
-%token ERROR SEP
+%token ERR SEP
 %token ENTRY
 %token <integer> TAG
 %token <string> DATA
-- 
2.35.1



reply via email to

[Prev in Thread] Current Thread [Next in Thread]