Diff for /rpl/src/instructions_c6.c between versions 1.37 and 1.39

version 1.37, 2012/04/03 14:25:22 version 1.39, 2012/04/13 14:12:52
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.1.7    RPL/2 (R) version 4.1.8
   Copyright (C) 1989-2012 Dr. BERTRAND Joël    Copyright (C) 1989-2012 Dr. BERTRAND Joël
   
   This file is part of RPL/2.    This file is part of RPL/2.
Line 836  instruction_clrfuse(struct_processus *s_ Line 836  instruction_clrfuse(struct_processus *s_
 ================================================================================  ================================================================================
 */  */
   
 static inline struct_objet *  static struct_objet *
 creation_table(struct_processus *s_etat_processus,  creation_table(struct_processus *s_etat_processus,
         struct_liste_chainee *dimensions)          struct_liste_chainee *dimensions)
 {  {

Removed from v.1.37  
changed lines
  Added in v.1.39


CVSweb interface <joel.bertrand@systella.fr>