/[ascend]/trunk/base/generic/compiler/packages.c
ViewVC logotype

Diff of /trunk/base/generic/compiler/packages.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1511 by jpye, Fri Mar 30 11:01:20 2007 UTC revision 1512 by jpye, Wed Jun 27 13:45:17 2007 UTC
# Line 175  int LoadArchiveLibrary(CONST char *parti Line 175  int LoadArchiveLibrary(CONST char *parti
175      /* note the import handler will deal with all the initfunc execution, etc etc */      /* note the import handler will deal with all the initfunc execution, etc etc */
176      result = (*(handler->importfn))(fp1,initfunc,partialpath);      result = (*(handler->importfn))(fp1,initfunc,partialpath);
177      if(result){      if(result){
178          CONSOLE_DEBUG("Error %d when importing external library of type '%s'",result,handler->name);          //CONSOLE_DEBUG("Error %d when importing external library of type '%s'",result,handler->name);
179          ERROR_REPORTER_HERE(ASC_PROG_ERROR,"Error importing external library '%s'",partialpath);          ERROR_REPORTER_HERE(ASC_PROG_ERROR,"Error importing external library '%s'",partialpath);
180          ospath_free(fp1);          ospath_free(fp1);
181          return 1;          return 1;

Legend:
Removed from v.1511  
changed lines
  Added in v.1512

john.pye@anu.edu.au
ViewVC Help
Powered by ViewVC 1.1.22