--- rpl/src/gestion_variables_partagees.c 2011/08/09 11:31:30 1.27 +++ rpl/src/gestion_variables_partagees.c 2012/12/14 14:19:49 1.38 @@ -1,7 +1,7 @@ /* ================================================================================ - RPL/2 (R) version 4.1.3 - Copyright (C) 1989-2011 Dr. BERTRAND Joël + RPL/2 (R) version 4.1.11 + Copyright (C) 1989-2012 Dr. BERTRAND Joël This file is part of RPL/2. @@ -39,6 +39,46 @@ logical1 creation_variable_partagee(struct_processus *s_etat_processus, struct_variable_partagee *s_variable) { + BUG(1); + return(d_absence_erreur); +} + +logical1 +retrait_variable_partagee(struct_processus *s_etat_processus, + unsigned char *nom_variable, union_position_variable position) +{ + BUG(1); + return(d_absence_erreur); +} + +logical1 +retrait_variables_partagees_locales(struct_processus *s_etat_processus) +{ + BUG(1); + return(d_absence_erreur); +} + +logical1 +recherche_variable_partagee(struct_processus *s_etat_processus, + unsigned char *nom_variable, union_position_variable position, + unsigned char origine) +{ + BUG(1); + return(d_faux); +} + +void +liberation_arbre_variables_partagees(struct_processus *s_etat_processus, + struct_arbre_variables *arbre) +{ + return; +} + +#if 0 +logical1 +creation_variable_partagee(struct_processus *s_etat_processus, + struct_variable_partagee *s_variable) +{ struct_variable_partagee *s_nouvelle_base; long i; @@ -465,5 +505,5 @@ recherche_variable_partagee(struct_proce return existence_variable; } - +#endif // vim: ts=4