--- rpl/src/instructions_s10.c 2010/08/13 21:00:37 1.21 +++ rpl/src/instructions_s10.c 2010/08/17 11:59:28 1.22 @@ -90,19 +90,6 @@ instruction_spawn(struct_processus *s_et return; } -# ifdef _BROKEN_SIGINFO - if ((*s_etat_processus).langue == 'F') - { - printf("+++Attention : Support des processus multiples indisponible\n"); - } - else - { - printf("+++Attention : Multiprocess unavailable\n"); - } - - return; -# endif - if (test_cfsf(s_etat_processus, 31) == d_vrai) { if (empilement_pile_last(s_etat_processus, 1) == d_erreur)