Diff for /rpl/src/interface_tex.c between versions 1.63 and 1.68

version 1.63, 2016/09/27 15:29:39 version 1.68, 2018/05/30 09:27:38
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.1.26    RPL/2 (R) version 4.1.29
   Copyright (C) 1989-2016 Dr. BERTRAND Joël    Copyright (C) 1989-2018 Dr. BERTRAND Joël
   
   This file is part of RPL/2.    This file is part of RPL/2.
   
Line 2193  correction_formateur_tex(struct_processu Line 2193  correction_formateur_tex(struct_processu
              */               */
   
             case '#' :              case '#' :
   #           if __GNUC__ >= 7
               __attribute__ ((fallthrough));
   #           endif
   
             case '_' :              case '_' :
             {              {
                 if (mode_mathematique == d_vrai)                  if (mode_mathematique == d_vrai)
                 {                  {
                     break;                      break;
                 }                  }
   #           if __GNUC__ >= 7
               __attribute__ ((fallthrough));
   #           endif
             }              }
   
             case '%' :              case '%' :
   #           if __GNUC__ >= 7
               __attribute__ ((fallthrough));
   #           endif
             case '&' :              case '&' :
             {              {
                 if ((tampon = (unsigned char *) malloc((strlen((*ligne)) + 2) *                  if ((tampon = (unsigned char *) malloc((strlen((*ligne)) + 2) *

Removed from v.1.63  
changed lines
  Added in v.1.68


CVSweb interface <joel.bertrand@systella.fr>