--- rpl/src/rpl.h 2010/02/05 19:02:56 1.5 +++ rpl/src/rpl.h 2010/02/10 10:14:26 1.8 @@ -1,6 +1,6 @@ /* ================================================================================ - RPL/2 (R) version 4.0.10 + RPL/2 (R) version 4.0.11 Copyright (C) 1989-2010 Dr. BERTRAND Joël This file is part of RPL/2. @@ -1331,6 +1331,7 @@ typedef struct processus unsigned char *nom_fichier_source; unsigned char *nom_fichier_historique; + unsigned char autorisation_conversion_chaine; /*Y/N*/ unsigned char autorisation_empilement_programme; /*Y/N*/ unsigned char autorisation_evaluation_nom; /*Y/N*/ unsigned char evaluation_forcee; /*Y/N*/ @@ -1344,7 +1345,6 @@ typedef struct processus unsigned char mode_interactif; /*Y/N*/ unsigned char mode_evaluation_expression; /*Y/N*/ unsigned char traitement_cycle_exit; /*N/E/C*/ - unsigned char recherche_types_speciaux; /*Y/N*/ unsigned long position_courante; unsigned long longueur_definitions_chainees;