[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug #64402] error parsing functions in braces inside ifeq, ifneq
From: |
Paul D. Smith |
Subject: |
[bug #64402] error parsing functions in braces inside ifeq, ifneq |
Date: |
Sun, 7 Jan 2024 10:27:36 -0500 (EST) |
Update of bug#64402 (group make):
Status: None => Fixed
Assigned to: None => psmith
Open/Closed: Open => Closed
Fixed Release: None => SCM
Triage Status: None => Small Effort
_______________________________________________________
Follow-up Comment #1:
I fixed this. Also commas used as variable names now work correctly.
As a side-effect, only parens or braces which are part of a variable reference
are counted, so if you had something like this:
ifeq ((foo,bar),)
that is now a syntax error (of course it's find if you have a variable
reference that _expands_ to (foo,bar)).
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?64402>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [bug #64402] error parsing functions in braces inside ifeq, ifneq,
Paul D. Smith <=