Diff for /rpl/src/interface_tex.c between versions 1.66 and 1.67

version 1.66, 2017/08/03 17:17:50 version 1.67, 2017/08/21 16:35:32
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.66  
changed lines
  Added in v.1.67


CVSweb interface <joel.bertrand@systella.fr>