Diff for /rpl/src/gestion_pile_systeme.c between versions 1.57 and 1.59

version 1.57, 2013/03/23 17:46:28 version 1.59, 2013/04/01 15:29:34
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.1.13    RPL/2 (R) version 4.1.14
   Copyright (C) 1989-2013 Dr. BERTRAND Joël    Copyright (C) 1989-2013 Dr. BERTRAND Joël
   
   This file is part of RPL/2.    This file is part of RPL/2.
Line 495  trace(struct_processus *s_etat_processus Line 495  trace(struct_processus *s_etat_processus
         fprintf(flux, "    Level             = %d\n",          fprintf(flux, "    Level             = %d\n",
                 (*l_element_courant).niveau_courant);                  (*l_element_courant).niveau_courant);
   
         if (((*l_element_courant).retour_definition == 'Y') ||          if ((*l_element_courant).retour_definition == 'Y')
                 ((*l_element_courant).origine_routine_evaluation == 'Y'))  
         {          {
             fprintf(flux, "    Return            = yes\n");              fprintf(flux, "    Return            = yes\n");
   

Removed from v.1.57  
changed lines
  Added in v.1.59


CVSweb interface <joel.bertrand@systella.fr>