Diff for /rpl/src/gestion_pile.c between versions 1.49 and 1.78

version 1.49, 2013/03/22 10:20:35 version 1.78, 2024/01/09 07:33:48
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.1.13    RPL/2 (R) version 4.1.35
   Copyright (C) 1989-2013 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 267  affichage_pile(struct_processus *s_etat_ Line 267  affichage_pile(struct_processus *s_etat_
     return;      return;
 }  }
   
   // Bug de gcc à partir de gcc 4.6 (bug 48544)
   #pragma GCC diagnostic push
   #pragma GCC diagnostic ignored "-Wclobbered"
   
 void  void
 ecriture_pile(struct_processus *s_etat_processus, file *flux,  ecriture_pile(struct_processus *s_etat_processus, file *flux,
         struct_liste_chainee *l, integer8 niveau_courant)          struct_liste_chainee *l, integer8 niveau_courant)
Line 470  impression_pile(struct_processus *s_etat Line 474  impression_pile(struct_processus *s_etat
     return;      return;
 }  }
   
   #pragma GCC diagnostic pop
   
 // vim: ts=4  // vim: ts=4

Removed from v.1.49  
changed lines
  Added in v.1.78


CVSweb interface <joel.bertrand@systella.fr>