Diff for /rpl/src/instructions_c4.c between versions 1.11 and 1.16

version 1.11, 2010/05/24 10:58:31 version 1.16, 2010/08/26 19:07:37
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.0.16    RPL/2 (R) version 4.0.19
   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"
 #include "convert.conv.h"  #include "convert-conv.h"
   
   
 /*  /*
Line 402  instruction_corr(struct_processus *s_eta Line 402  instruction_corr(struct_processus *s_eta
 void  void
 instruction_copyright(struct_processus *s_etat_processus)  instruction_copyright(struct_processus *s_etat_processus)
 {  {
 #   include                     "copyright.conv.h"  #   include                     "copyright-conv.h"
   
     (*s_etat_processus).erreur_execution = d_ex;      (*s_etat_processus).erreur_execution = d_ex;
   

Removed from v.1.11  
changed lines
  Added in v.1.16


CVSweb interface <joel.bertrand@systella.fr>