version 1.78, 2021/03/13 12:50:43
|
version 1.84, 2025/04/15 10:17:53
|
Line 1
|
Line 1
|
/* |
/* |
================================================================================ |
================================================================================ |
RPL/2 (R) version 4.1.33 |
RPL/2 (R) version 4.1.36 |
Copyright (C) 1989-2021 Dr. BERTRAND Joël |
Copyright (C) 1989-2025 Dr. BERTRAND Joël |
|
|
This file is part of RPL/2. |
This file is part of RPL/2. |
|
|
Line 1301 instruction_exit(struct_processus *s_eta
|
Line 1301 instruction_exit(struct_processus *s_eta
|
|
|
if ((*s_etat_processus).mode_execution_programme == 'Y') |
if ((*s_etat_processus).mode_execution_programme == 'Y') |
{ |
{ |
uprintf("PROG\n"); |
|
drapeau_presence_fin_boucle = d_vrai; |
drapeau_presence_fin_boucle = d_vrai; |
tampon = (*s_etat_processus).instruction_courante; |
tampon = (*s_etat_processus).instruction_courante; |
niveau = 1; |
niveau = 1; |
Line 1326 uprintf("PROG\n");
|
Line 1325 uprintf("PROG\n");
|
(*s_etat_processus).erreur_systeme = d_es; |
(*s_etat_processus).erreur_systeme = d_es; |
instruction_majuscule = conversion_majuscule(s_etat_processus, |
instruction_majuscule = conversion_majuscule(s_etat_processus, |
(*s_etat_processus).instruction_courante); |
(*s_etat_processus).instruction_courante); |
uprintf("%s\n", instruction_majuscule); |
|
|
|
if (instruction_majuscule == NULL) |
if (instruction_majuscule == NULL) |
{ |
{ |