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

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

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

revision 929 by johnpye, Fri Oct 27 07:18:21 2006 UTC revision 930 by johnpye, Wed Nov 22 13:09:09 2006 UTC
# Line 73  ASC_DLLSPEC(int) importhandler_add(struc Line 73  ASC_DLLSPEC(int) importhandler_add(struc
73          return 1;          return 1;
74      }      }
75      importhandler_library[i] = handler;      importhandler_library[i] = handler;
76      ERROR_REPORTER_HERE(ASC_PROG_NOTE,"New import hander '%s' added",handler->name);      ERROR_REPORTER_HERE(ASC_PROG_NOTE,"New import hander '%s' added\n",handler->name);
77      return 0;      return 0;
78  }  }
79    

Legend:
Removed from v.929  
changed lines
  Added in v.930

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