Changeset b40eaa0 in git


Ignore:
Timestamp:
Mar 29, 2012, 5:44:44 PM (12 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
39401391ee86c906c92f41d5e14ecc503d181b92
Parents:
0b27942997f2964b33d7b6fb15f97e372d54fc5f
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2012-03-29 17:44:44+02:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-09-07 19:51:24+02:00
Message:
fix: special hanndling of proc calls
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/iparith.cc

    r0b27942 rb40eaa0  
    77517751      else          return TRUE;
    77527752    }
    7753     else if (bt>MAX_TOK)
     7753    else if ((bt>MAX_TOK)&&(op!='('))
    77547754    {
    77557755      blackbox *bb=getBlackboxStuff(bt);
Note: See TracChangeset for help on using the changeset viewer.