Diff for /rpl/src/depassements.c between versions 1.15 and 1.16

version 1.15, 2011/01/03 12:08:02 version 1.16, 2011/03/06 16:44:08
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.0.20    RPL/2 (R) version 4.0.21
   Copyright (C) 1989-2011 Dr. BERTRAND Joël    Copyright (C) 1989-2011 Dr. BERTRAND Joël
   
   This file is part of RPL/2.    This file is part of RPL/2.
Line 128  depassement_multiplication(integer8 *a, Line 128  depassement_multiplication(integer8 *a,
         produit_croise = (limite = (msba * lsbb)) + (msbb * lsba);          produit_croise = (limite = (msba * lsbb)) + (msbb * lsba);
   
         /*          /*
         * Traitement du débordement sur produit_croisé           * Traitement du débordement sur produit_croisé
         */           */
   
         if (produit_croise < limite)          if (produit_croise < limite)
         {          {

Removed from v.1.15  
changed lines
  Added in v.1.16


CVSweb interface <joel.bertrand@systella.fr>