[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
PSPP-BUG: [bug #18923] Nary functions should accept TO keyword
From: |
Ben Pfaff |
Subject: |
PSPP-BUG: [bug #18923] Nary functions should accept TO keyword |
Date: |
Thu, 01 Feb 2007 05:40:19 +0000 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.1) Gecko/20061205 Iceweasel/2.0.0.1 (Debian-2.0.0.1+dfsg-1) |
Update of bug #18923 (project pspp):
Status: None => Ready for Test/Review
_______________________________________________________
Follow-up Comment #1:
I suspect that your actual test program had "TO" in lowercase.
If so, the attached patch fixes the problem.
Yes, lex_look_ahead is completely bogus and in the long term we should
replace it by something better.
Here is my test program. Without the patch, it is accepted only if "TO" is
uppercase. With the patch, it is accepted regardless of case.
data list /x 1.
begin data.
1
end data.
vector v(5).
compute s=sum(v1 to v5).
(file #11900)
_______________________________________________________
Additional Item Attachment:
File name: nary.patch Size:0 KB
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?18923>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
- PSPP-BUG: [bug #18923] Nary functions should accept TO keyword,
Ben Pfaff <=