Changeset 8710ff0 in git for factory/int_intdiv.cc


Ignore:
Timestamp:
Sep 29, 2012, 1:49:36 PM (12 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
63e72b40a6237e50811b0e8745201177d25cb979
Parents:
d30a39922dc390f97b6cd257b2e7c55d483f4159
git-author:
Martin Lee <martinlee84@web.de>2012-09-29 13:49:36+02:00
git-committer:
Martin Lee <martinlee84@web.de>2012-10-19 11:05:30+02:00
Message:
chg: 64bit integers in factory by Adi Popescu
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/int_intdiv.cc

    rd30a399 r8710ff0  
    6666            "math error: divide by zero" );
    6767
    68     int intC = imm2int( c );
     68    long intC = imm2int( c );
    6969
    7070    if ( cf_glob_switches.isOn( SW_RATIONAL ) ) {
     
    208208    }
    209209
    210     int intC = imm2int( c );
     210    long intC = imm2int( c );
    211211
    212212    if ( invert ) {
     
    293293            "math error: divide by zero" );
    294294
    295     int intC = imm2int( c );
     295    long intC = imm2int( c );
    296296
    297297    if ( cf_glob_switches.isOn( SW_RATIONAL ) ) {
Note: See TracChangeset for help on using the changeset viewer.