Diff for /rpl/src/instructions_s10.c between versions 1.8 and 1.10

version 1.8, 2010/04/21 12:30:26 version 1.10, 2010/04/29 07:30:57
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.0.14    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 263  instruction_spawn(struct_processus *s_et Line 263  instruction_spawn(struct_processus *s_et
     {      {
         (*s_etat_processus).erreur_systeme = d_es_processus;          (*s_etat_processus).erreur_systeme = d_es_processus;
         return;          return;
       }
   
       if (sigaddset(&set, SIGFABORT) != 0)
       {
           (*s_etat_processus).erreur_systeme = d_es_processus;
           return;
     }      }
   
     if (sigaddset(&set, SIGURG) != 0)      if (sigaddset(&set, SIGURG) != 0)

Removed from v.1.8  
changed lines
  Added in v.1.10


CVSweb interface <joel.bertrand@systella.fr>