Changeset e554162 in git for dyn_modules


Ignore:
Timestamp:
Nov 22, 2011, 7:19:05 PM (12 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
8433482547cae25e8b3bbd39d7a1e85adcd3e5ae
Parents:
737b7c8c465e4892fcc4bee81dfba341b05829ac
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-11-22 19:19:05+01:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-11-23 01:24:53+01:00
Message:
CHG: INT_MAX -> MAX_INT_VAL
File:
1 edited

Legend:

Unmodified
Added
Removed
  • dyn_modules/pcv.mod

    r737b7c8 re554162  
    329329    d+=pGetExp(m,i+1);
    330330    dn=pcvIndex[i][d];
    331     if(dn>INT_MAX-n)
     331    if(dn>MAX_INT_VAL-n)
    332332    {
    333333      i=pVariables;
Note: See TracChangeset for help on using the changeset viewer.