Changeset c44371 in git


Ignore:
Timestamp:
Dec 13, 2010, 1:30:06 PM (13 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
636ab2d18b869831f8325d4562929f4cb7ce44c2
Parents:
af8213cb14d06cdaf573ec4f5c60ed3dc2f4dcdb
Message:
x(i)(j) expansion

git-svn-id: file:///usr/local/Singular/svn/trunk@13759 2c84dea3-7e68-4137-9b89-c4e89433aadc
Location:
Singular
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Singular/grammar.cc

    raf8213 rc44371  
    25362536#line 510 "grammar.y"
    25372537    {
    2538             if ((yyvsp[(1) - (4)].lv).Typ()==UNKNOWN)
     2538            if ((yyvsp[(1) - (4)].lv).rtyp==UNKNOWN)
    25392539            { // for x(i)(j)
    25402540              if(iiExprArith2(&(yyval.lv),&(yyvsp[(1) - (4)].lv),'(',&(yyvsp[(3) - (4)].lv))) YYERROR;
  • Singular/grammar.y

    raf8213 rc44371  
    509509        | elemexpr '(' exprlist ')'
    510510          {
    511             if ($1.Typ()==UNKNOWN)
     511            if ($1.rtyp==UNKNOWN)
    512512            { // for x(i)(j)
    513513              if(iiExprArith2(&$$,&$1,'(',&$3)) YYERROR;
Note: See TracChangeset for help on using the changeset viewer.