Diff for /rpl/src/instructions_o1.c between versions 1.100 and 1.101

version 1.100, 2020/01/10 11:15:47 version 1.101, 2020/04/06 13:06:16
Line 4173  instruction_open(struct_processus *s_eta Line 4173  instruction_open(struct_processus *s_eta
 #ifdef IXANY  #ifdef IXANY
                             "IXANY",                              "IXANY",
 #endif  #endif
                             "IXOFF", "OPOST",                              "IXOFF",
                             "ONLCR", "OCRNL", "ONOCR", "ONLRET",                              "OPOST", "ONLCR", "OCRNL", "ONOCR", "ONLRET",
 #ifdef OFILL  #ifdef OFILL
                             "OFILL",                              "OFILL",
 #endif  #endif
Line 4192  instruction_open(struct_processus *s_eta Line 4192  instruction_open(struct_processus *s_eta
 #ifdef IXANY  #ifdef IXANY
                             1, IXANY,                              1, IXANY,
 #endif  #endif
                             1, IXOFF,                              1, IXOFF, 1, IMAXBEL,
                             /* c_oflag */                              /* c_oflag */
                             2 , OPOST, 2, ONLCR, 2, OCRNL, 2, ONOCR, 2, ONLRET,                              2 , OPOST, 2, ONLCR, 2, OCRNL, 2, ONOCR, 2, ONLRET,
 #ifdef OFILL  #ifdef OFILL

Removed from v.1.100  
changed lines
  Added in v.1.101


CVSweb interface <joel.bertrand@systella.fr>