Diff for /rpl/src/instructions_h1.c between versions 1.56 and 1.67

version 1.56, 2015/02/19 11:01:23 version 1.67, 2018/12/24 15:55:44
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.1.21    RPL/2 (R) version 4.1.30
   Copyright (C) 1989-2015 Dr. BERTRAND Joël    Copyright (C) 1989-2018 Dr. BERTRAND Joël
   
   This file is part of RPL/2.    This file is part of RPL/2.
   
Line 982  instruction_help(struct_processus *s_eta Line 982  instruction_help(struct_processus *s_eta
         printf("    %s        : connexion à une base de données SQL\n", d_SQL);          printf("    %s        : connexion à une base de données SQL\n", d_SQL);
         printf("    %s             : mutex\n", d_MTX);          printf("    %s             : mutex\n", d_MTX);
         printf("    %s  : sémaphore nommé\n", d_SPH);          printf("    %s  : sémaphore nommé\n", d_SPH);
           printf("    %s         : enregistrement\n", d_REC);
     }      }
     else      else
     {      {
Line 1009  instruction_help(struct_processus *s_eta Line 1010  instruction_help(struct_processus *s_eta
         printf("    %s        : connection to SQL database\n", d_SQL);          printf("    %s        : connection to SQL database\n", d_SQL);
         printf("    %s             : mutex\n", d_MTX);          printf("    %s             : mutex\n", d_MTX);
         printf("    %s  : named semaphore\n", d_SPH);          printf("    %s  : named semaphore\n", d_SPH);
           printf("    %s         : record\n", d_REC);
     }      }
   
     /*      /*

Removed from v.1.56  
changed lines
  Added in v.1.67


CVSweb interface <joel.bertrand@systella.fr>