poke-devel
[Top][All Lists]
Advanced

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

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


From: Jose E. Marchesi
Subject: Re: [PATCH] pk-map-tab: rename ERROR to ERR because it clashes with a define on Windows
Date: Wed, 15 Feb 2023 17:51:18 +0100
User-agent: Gnus/5.13 (Gnus v5.13)

Hello Hannes.

I think you forgot to update the corresponding .l file where the token
ERROR (now ERR) is returned.

> 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



reply via email to

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