Diff for /rpl/src/instructions_r5.c between versions 1.11 and 1.21

version 1.11, 2010/06/24 10:10:45 version 1.21, 2011/04/21 16:00:59
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.0.17    RPL/2 (R) version 4.1.0.prerelease.0
   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 20 Line 20
 */  */
   
   
 #include "rpl.conv.h"  #include "rpl-conv.h"
   
   
 /*  /*
Line 853  instruction_row_plus(struct_processus *s Line 853  instruction_row_plus(struct_processus *s
     }      }
     else      else
     {      {
           free((*((struct_matrice *) (*s_objet_argument_3).objet)).tableau[0]);
   
         if (((*((struct_matrice *) (*s_objet_argument_3).objet)).tableau          if (((*((struct_matrice *) (*s_objet_argument_3).objet)).tableau
                 = malloc(sizeof(void *))) == NULL)                  = malloc(sizeof(void *))) == NULL)
         {          {

Removed from v.1.11  
changed lines
  Added in v.1.21


CVSweb interface <joel.bertrand@systella.fr>