Diff for /rpl/src/gestion_pile_systeme.c between versions 1.58 and 1.61

version 1.58, 2013/03/23 17:57:39 version 1.61, 2013/04/18 15:34:10
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 492  trace(struct_processus *s_etat_processus Line 492  trace(struct_processus *s_etat_processus
             }              }
         }          }
   
         fprintf(flux, "    Level             = %d\n",          fprintf(flux, "    Level             = %lld\n",
                 (*l_element_courant).niveau_courant);                  (long long int) (*l_element_courant).niveau_courant);
   
         if ((*l_element_courant).retour_definition == 'Y')          if ((*l_element_courant).retour_definition == 'Y')
         {          {

Removed from v.1.58  
changed lines
  Added in v.1.61


CVSweb interface <joel.bertrand@systella.fr>