version 1.65, 2017/06/28 09:20:37
|
version 1.73, 2019/10/31 15:40:22
|
Line 1
|
Line 1
|
/* |
/* |
================================================================================ |
================================================================================ |
RPL/2 (R) version 4.1.27 |
RPL/2 (R) version 4.1.32 |
Copyright (C) 1989-2017 Dr. BERTRAND Joël |
Copyright (C) 1989-2019 Dr. BERTRAND Joël |
|
|
This file is part of RPL/2. |
This file is part of RPL/2. |
|
|
Line 1562 formateur_elementaire_tex(struct_process
|
Line 1562 formateur_elementaire_tex(struct_process
|
|
|
if (niveau == 0) |
if (niveau == 0) |
{ |
{ |
sprintf((unsigned char *) (*s_sous_objet_1) |
memmove(((unsigned char *) (*s_sous_objet_1) |
.objet, "%s", &(((unsigned char *) |
.objet), ((unsigned char *) |
(*s_sous_objet_1).objet)[1])); |
(*s_sous_objet_1).objet) + 1, |
((unsigned char *) (*s_sous_objet_1).objet) |
strlen((unsigned char *) |
[strlen((unsigned char *) |
(*s_sous_objet_1).objet)); |
(*s_sous_objet_1).objet) - 1] = |
|
d_code_fin_chaine; |
|
} |
} |
} |
} |
|
|
Line 2193 correction_formateur_tex(struct_processu
|
Line 2191 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) * |