Diff for /rpl/src/formateur_fichiers.c between versions 1.89 and 1.103

version 1.89, 2015/11/26 11:44:31 version 1.103, 2021/12/09 20:03:41
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.1.24    RPL/2 (R) version 4.1.33
   Copyright (C) 1989-2015 Dr. BERTRAND Joël    Copyright (C) 1989-2021 Dr. BERTRAND Joël
   
   This file is part of RPL/2.    This file is part of RPL/2.
   
Line 20 Line 20
 */  */
   
   
 #define DEBUG_ERREURS  
 #include "rpl-conv.h"  #include "rpl-conv.h"
   
   
Line 2959  formateur_fichier(struct_processus *s_et Line 2958  formateur_fichier(struct_processus *s_et
 #define __zone() \  #define __zone() \
         do { int _i; \          do { int _i; \
             for(_i = 0; _i < longueur_totale; _i++) \              for(_i = 0; _i < longueur_totale; _i++) \
                 printf("%02X ", chaine[_i]); printf("\b\n"); } while(0)                  { printf("%02X ", chaine[_i]); printf("\b\n"); } } while(0)
   
         /*          /*
          * Chaque enregistrement est composé d'une donnée (une liste)           * Chaque enregistrement est composé d'une donnée (une liste)

Removed from v.1.89  
changed lines
  Added in v.1.103


CVSweb interface <joel.bertrand@systella.fr>