Diff for /rpl/src/formateur_fichiers.c between versions 1.86 and 1.106

version 1.86, 2015/04/14 11:26:18 version 1.106, 2024/01/09 07:33:48
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.1.21    RPL/2 (R) version 4.1.35
   Copyright (C) 1989-2015 Dr. BERTRAND Joël    Copyright (C) 1989-2024 Dr. BERTRAND Joël
   
   This file is part of RPL/2.    This file is part of RPL/2.
   
Line 19 Line 19
 ================================================================================  ================================================================================
 */  */
   
 #define DEBUG_ERREURS  
 #include "rpl-conv.h"  #include "rpl-conv.h"
   
   
Line 2958  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.86  
changed lines
  Added in v.1.106


CVSweb interface <joel.bertrand@systella.fr>