--- rpl/src/instructions_d3.c 2011/06/09 14:48:36 1.19 +++ rpl/src/instructions_d3.c 2012/03/01 10:14:05 1.34 @@ -1,7 +1,7 @@ /* ================================================================================ - RPL/2 (R) version 4.1.0.prerelease.0 - Copyright (C) 1989-2011 Dr. BERTRAND Joël + RPL/2 (R) version 4.1.7 + Copyright (C) 1989-2012 Dr. BERTRAND Joël This file is part of RPL/2. @@ -643,8 +643,7 @@ instruction_draw(struct_processus *s_eta return; } - if (recherche_variable_globale(s_etat_processus, "EQ") - == d_faux) + if (recherche_variable_globale(s_etat_processus, "EQ") == d_faux) { /* * Aucune variable "EQ" n'existe. @@ -1493,8 +1492,7 @@ instruction_draw(struct_processus *s_eta return; } - if (recherche_variable_globale(s_etat_processus, "EQ") - == d_faux) + if (recherche_variable_globale(s_etat_processus, "EQ") == d_faux) { /* * Aucune variable "EQ" n'existe. @@ -2337,8 +2335,7 @@ instruction_draw(struct_processus *s_eta return; } - if (recherche_variable_globale(s_etat_processus, "EQ") - == d_faux) + if (recherche_variable_globale(s_etat_processus, "EQ") == d_faux) { /* * Aucune variable "EQ" n'existe.