![]() ![]() | ![]() |
Correction d'une réinitialisation sauvage de la pile des variables par niveau dans la copie de la structure de description du processus. Cela corrige la fonction SPAWN qui échouait sur un segmentation fault car la pile des variables par niveau était vide alors même que l'arbre des variables contenait bien les variables. Passage à la prerelease 2.
1: /* 2: ================================================================================ 3: RPL/2 (R) version 4.1.0.prerelease.2 4: Copyright (C) 1989-2011 Dr. BERTRAND Joël 5: 6: This file is part of RPL/2. 7: 8: RPL/2 is free software; you can redistribute it and/or modify it 9: under the terms of the CeCILL V2 License as published by the french 10: CEA, CNRS and INRIA. 11: 12: RPL/2 is distributed in the hope that it will be useful, but WITHOUT 13: ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 14: FITNESS FOR A PARTICULAR PURPOSE. See the CeCILL V2 License 15: for more details. 16: 17: You should have received a copy of the CeCILL License 18: along with RPL/2. If not, write to info@cecill.info. 19: ================================================================================ 20: */ 21: 22: 23: #ifndef INCLUSION_CONVERT 24: # define INCLUSION_CONVERT 25: 26: # define ds_rplconvert_commande "%s/bin/rplconvert " \ 27: "-f %s/share/rplunits " \ 28: "-o %%.15g \"%s\" \"%s\"" 29: 30: #endif 31: 32: // vim: ts=4