Diff for /rpl/src/instructions_s9.c between versions 1.9 and 1.11

version 1.9, 2010/04/21 13:45:49 version 1.11, 2010/05/24 10:58:35
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.0.15    RPL/2 (R) version 4.0.16
   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 968  instruction_suspend(struct_processus *s_ Line 968  instruction_suspend(struct_processus *s_
     {      {
         (*s_etat_processus).erreur_systeme = d_es_processus;          (*s_etat_processus).erreur_systeme = d_es_processus;
         return;          return;
       }
   
       if (sigdelset(&masque, SIGFABORT) != 0)
       {
           (*s_etat_processus).erreur_systeme = d_es_processus;
           return;
     }      }
   
     if (sigdelset(&masque, SIGURG) != 0)      if (sigdelset(&masque, SIGURG) != 0)

Removed from v.1.9  
changed lines
  Added in v.1.11


CVSweb interface <joel.bertrand@systella.fr>