Diff for /rpl/src/gestion_variables_partagees.c between versions 1.7 and 1.37

version 1.7, 2010/04/21 13:45:45 version 1.37, 2012/12/13 16:59:41
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.0.15    RPL/2 (R) version 4.1.11
   Copyright (C) 1989-2010 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 20 Line 20
 */  */
   
   
 #include "rpl.conv.h"  #include "rpl-conv.h"
   
   
 /*  /*
Line 35 Line 35
 ================================================================================  ================================================================================
 */  */
   
   #if 0
 logical1  logical1
 creation_variable_partagee(struct_processus *s_etat_processus,  creation_variable_partagee(struct_processus *s_etat_processus,
         struct_variable_partagee *s_variable)          struct_variable_partagee *s_variable)
Line 465  recherche_variable_partagee(struct_proce Line 466  recherche_variable_partagee(struct_proce
   
     return existence_variable;      return existence_variable;
 }  }
   #endif
 // vim: ts=4  // vim: ts=4

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


CVSweb interface <joel.bertrand@systella.fr>