Diff for /rpl/src/instructions_c3.c between versions 1.1 and 1.13

version 1.1, 2010/01/26 15:22:45 version 1.13, 2010/08/06 15:32:59
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.0.9    RPL/2 (R) version 4.0.18
   Copyright (C) 1989-2010 Dr. BERTRAND Joël    Copyright (C) 1989-2010 Dr. BERTRAND Joël
   
   This file is part of RPL/2.    This file is part of RPL/2.
Line 20 Line 20
 */  */
   
   
 #include "rpl.conv.h"  #include "rpl-conv.h"
   
   
 /*  /*
Line 712  instruction_cr(struct_processus *s_etat_ Line 712  instruction_cr(struct_processus *s_etat_
 {  {
     struct_objet                s_objet;      struct_objet                s_objet;
   
     unsigned char               commande[] = "\\par";      unsigned char               commande[] = "\\\\par";
   
     (*s_etat_processus).erreur_execution = d_ex;      (*s_etat_processus).erreur_execution = d_ex;
   

Removed from v.1.1  
changed lines
  Added in v.1.13


CVSweb interface <joel.bertrand@systella.fr>