Diff for /rpl/src/instructions_r3.c between versions 1.19 and 1.23.2.2

version 1.19, 2010/09/07 13:32:34 version 1.23.2.2, 2011/04/14 08:46:46
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.0.19    RPL/2 (R) version 4.0.23
   Copyright (C) 1989-2010 Dr. BERTRAND Joël    Copyright (C) 1989-2011 Dr. BERTRAND Joël
   
   This file is part of RPL/2.    This file is part of RPL/2.
   
Line 984  instruction_recall(struct_processus *s_e Line 984  instruction_recall(struct_processus *s_e
                                     "($2 != \"\") printf(\"-f %%s\", $2); }'` "                                      "($2 != \"\") printf(\"-f %%s\", $2); }'` "
                                     "-t `locale charmap` | %s/bin/%s -o %s";                                      "-t `locale charmap` | %s/bin/%s -o %s";
 #   else  #   else
     unsigned char           *instructions = "sh -c \"%s/bin/rpliconv %s "      unsigned char           *instructions = BOURNE_SHELL
                                       " -c \"%s/bin/rpliconv %s "
                                     "`%s/bin/rplfile "                                      "`%s/bin/rplfile "
                                     "-m %s/share/rplfiles -i %s | "                                      "-m %s/share/rplfiles -i %s | "
                                     "%s/bin/rplawk "                                      "%s/bin/rplawk "

Removed from v.1.19  
changed lines
  Added in v.1.23.2.2


CVSweb interface <joel.bertrand@systella.fr>