--- rpl/src/interface_tex.c 2017/08/03 17:17:50 1.66 +++ rpl/src/interface_tex.c 2018/05/30 09:27:38 1.68 @@ -1,7 +1,7 @@ /* ================================================================================ - RPL/2 (R) version 4.1.28 - Copyright (C) 1989-2017 Dr. BERTRAND Joël + RPL/2 (R) version 4.1.29 + Copyright (C) 1989-2018 Dr. BERTRAND Joël This file is part of RPL/2. @@ -2193,15 +2193,25 @@ correction_formateur_tex(struct_processu */ case '#' : +# if __GNUC__ >= 7 + __attribute__ ((fallthrough)); +# endif + case '_' : { if (mode_mathematique == d_vrai) { break; } +# if __GNUC__ >= 7 + __attribute__ ((fallthrough)); +# endif } case '%' : +# if __GNUC__ >= 7 + __attribute__ ((fallthrough)); +# endif case '&' : { if ((tampon = (unsigned char *) malloc((strlen((*ligne)) + 2) *