Diff for /rpl/src/depassements.c between versions 1.13 and 1.27

version 1.13, 2010/08/26 19:07:35 version 1.27, 2011/08/09 11:31:29
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.0.19    RPL/2 (R) version 4.1.3
   Copyright (C) 1989-2010 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.13  
changed lines
  Added in v.1.27


CVSweb interface <joel.bertrand@systella.fr>