version 1.1, 2010/01/26 15:22:44
|
version 1.8, 2010/04/21 13:45:50
|
Line 1
|
Line 1
|
/* |
/* |
================================================================================ |
================================================================================ |
RPL/2 (R) version 4.0.9 |
RPL/2 (R) version 4.0.15 |
Copyright (C) 1989-2010 Dr. BERTRAND Joël |
Copyright (C) 1989-2010 Dr. BERTRAND Joël |
|
|
This file is part of RPL/2. |
This file is part of RPL/2. |
Line 58 rplcore(struct_processus *s_etat_process
|
Line 58 rplcore(struct_processus *s_etat_process
|
unsigned char *pile; |
unsigned char *pile; |
unsigned char *ptr; |
unsigned char *ptr; |
unsigned char *ptr_bis; |
unsigned char *ptr_bis; |
|
unsigned char registre; |
unsigned char registre_langue; |
unsigned char registre_langue; |
|
|
(*s_etat_processus).core = d_faux; |
(*s_etat_processus).core = d_faux; |
Line 235 rplcore(struct_processus *s_etat_process
|
Line 236 rplcore(struct_processus *s_etat_process
|
|
|
if ((*s_etat_processus).l_base_pile != NULL) |
if ((*s_etat_processus).l_base_pile != NULL) |
{ |
{ |
|
registre = (*s_etat_processus).autorisation_conversion_chaine; |
|
(*s_etat_processus).autorisation_conversion_chaine = 'N'; |
|
|
ecriture_pile(s_etat_processus, fichier, l_base_pile, 1); |
ecriture_pile(s_etat_processus, fichier, l_base_pile, 1); |
|
|
|
(*s_etat_processus).autorisation_conversion_chaine = registre; |
} |
} |
else |
else |
{ |
{ |
Line 280 rplcore(struct_processus *s_etat_process
|
Line 286 rplcore(struct_processus *s_etat_process
|
|
|
if ((*s_etat_processus).l_base_pile != NULL) |
if ((*s_etat_processus).l_base_pile != NULL) |
{ |
{ |
|
registre = (*s_etat_processus).autorisation_conversion_chaine; |
|
(*s_etat_processus).autorisation_conversion_chaine = 'N'; |
|
|
ecriture_pile(s_etat_processus, fichier, |
ecriture_pile(s_etat_processus, fichier, |
(*s_etat_processus).l_base_pile, 1); |
(*s_etat_processus).l_base_pile, 1); |
|
|
|
(*s_etat_processus).autorisation_conversion_chaine = registre; |
} |
} |
else |
else |
{ |
{ |