/[hydra]/hydra/src/hic_modules.c
ViewVC logotype

Diff of /hydra/src/hic_modules.c

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

revision 1.5 by nmav, Sat Sep 28 17:49:13 2002 UTC revision 1.6 by nmav, Sat Sep 28 18:32:05 2002 UTC
# Line 52  static hic_module_st* module_hashtable[M Line 52  static hic_module_st* module_hashtable[M
52  void add_hic_module(const char *module, const char* sym_prefix, const char* content_type)  void add_hic_module(const char *module, const char* sym_prefix, const char* content_type)
53  {  {
54  #ifndef ENABLE_HIC  #ifndef ENABLE_HIC
55      log_error_time();      fprintf(stderr, "Cannot open '%s' since dynamic module opening, is not supported, "
56      fprintf(stderr, "Cannot open '%s' since dynamic module opening, is not supported in this system.\n", module);       "or HIC has been disabled.\n", module);
57  #else  #else
58  char symbol[128];  char symbol[128];
59  int hash;  int hash;

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26