/[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 911 by johnpye, Wed Oct 25 06:03:04 2006 UTC revision 912 by johnpye, Fri Oct 27 07:18:21 2006 UTC
# Line 33  Line 33 
33  #include <general/table.h>  #include <general/table.h>
34  #include "importhandler.h"  #include "importhandler.h"
35    
36    /* #define IMPORTHANDLER_VERBOSE */
37    
38  /*  /*
39      Maximum number of importhandlers possible in one session. Hard to imagine      Maximum number of importhandlers possible in one session. Hard to imagine
40      that you would want more than this.      that you would want more than this.
# Line 413  int importhandler_setsharedpointer(const Line 415  int importhandler_setsharedpointer(const
415          return 1;          return 1;
416      }      }
417      AddTableData(importhandler_sharedpointers,ptr,key);      AddTableData(importhandler_sharedpointers,ptr,key);
418    #ifdef IMPORTHANDLER_VERBOSE
419      CONSOLE_DEBUG("Set shared pointer '%s' to %p",key, ptr);      CONSOLE_DEBUG("Set shared pointer '%s' to %p",key, ptr);
420    #endif
421      return 0;      return 0;
422  }        }      
423    

Legend:
Removed from v.911  
changed lines
  Added in v.912

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