Diff for /rpl/src/instructions_c2.c between versions 1.38 and 1.39

version 1.38, 2012/09/29 17:55:40 version 1.39, 2012/09/30 20:46:46
Line 158  instruction_cycle(struct_processus *s_et Line 158  instruction_cycle(struct_processus *s_et
                     (strcmp(instruction_majuscule, "DO") == 0) ||                      (strcmp(instruction_majuscule, "DO") == 0) ||
                     (strcmp(instruction_majuscule, "WHILE") == 0) ||                      (strcmp(instruction_majuscule, "WHILE") == 0) ||
                     (strcmp(instruction_majuscule, "FOR") == 0) ||                      (strcmp(instruction_majuscule, "FOR") == 0) ||
                       (strcmp(instruction_majuscule, "FORALL") == 0) ||
                     (strcmp(instruction_majuscule, "START") == 0) ||                      (strcmp(instruction_majuscule, "START") == 0) ||
                     (strcmp(instruction_majuscule, "SELECT") == 0)                      (strcmp(instruction_majuscule, "SELECT") == 0)
                     || (strcmp(instruction_majuscule, "CRITICAL") == 0)                      || (strcmp(instruction_majuscule, "CRITICAL") == 0)
Line 171  instruction_cycle(struct_processus *s_et Line 172  instruction_cycle(struct_processus *s_et
                 else                  else
                 {                  {
                     if ((strcmp(instruction_majuscule, "FOR") == 0) ||                      if ((strcmp(instruction_majuscule, "FOR") == 0) ||
                               (strcmp(instruction_majuscule, "FORALL") == 0) ||
                             (strcmp(instruction_majuscule, "START") == 0))                              (strcmp(instruction_majuscule, "START") == 0))
                     {                      {
                         niveau++;                          niveau++;
Line 298  instruction_cycle(struct_processus *s_et Line 300  instruction_cycle(struct_processus *s_et
                     (fonction == instruction_do) ||                      (fonction == instruction_do) ||
                     (fonction == instruction_while) ||                      (fonction == instruction_while) ||
                     (fonction == instruction_for) ||                      (fonction == instruction_for) ||
                       (fonction == instruction_forall) ||
                     (fonction == instruction_start) ||                      (fonction == instruction_start) ||
                     (fonction == instruction_select) ||                      (fonction == instruction_select) ||
                     (fonction == instruction_case) ||                      (fonction == instruction_case) ||

Removed from v.1.38  
changed lines
  Added in v.1.39


CVSweb interface <joel.bertrand@systella.fr>