Diff for /rpl/src/bibliotheques_externes.c between versions 1.66 and 1.71

version 1.66, 2015/11/26 11:44:29 version 1.71, 2017/07/02 22:28:20
Line 1 Line 1
 /*  /*
 ================================================================================  ================================================================================
   RPL/2 (R) version 4.1.24    RPL/2 (R) version 4.1.27
   Copyright (C) 1989-2015 Dr. BERTRAND Joël    Copyright (C) 1989-2017 Dr. BERTRAND Joël
   
   This file is part of RPL/2.    This file is part of RPL/2.
   
Line 305  chargement_bibliotheque(struct_processus Line 305  chargement_bibliotheque(struct_processus
     }      }
   
     dlerror();      dlerror();
     fonction = dlsym(descripteur_bibliotheque, "__external_symbols");      fonction = dlsym(descripteur_bibliotheque, "___external_symbols");
   
     if (fonction == NULL)      if (fonction == NULL)
     {      {

Removed from v.1.66  
changed lines
  Added in v.1.71


CVSweb interface <joel.bertrand@systella.fr>