Diff for /rpl/src/instructions_f3.c between versions 1.77 and 1.78

version 1.77, 2018/05/30 09:27:34 version 1.78, 2018/06/01 09:57:27
Line 112  instruction_format(struct_processus *s_e Line 112  instruction_format(struct_processus *s_e
         printf("  FLOW\n");          printf("  FLOW\n");
         printf("    { \"LENGTH*(*)\" }\n");          printf("    { \"LENGTH*(*)\" }\n");
         printf("    { \"LENGTH*(%s)\" }\n", d_INT);          printf("    { \"LENGTH*(%s)\" }\n", d_INT);
           printf("    { \"LINE*(*)\" }\n", d_INT);
   
         return;          return;
     }      }

Removed from v.1.77  
changed lines
  Added in v.1.78


CVSweb interface <joel.bertrand@systella.fr>