/[guile]/guile/guile-core/libguile/modules.c
ViewVC logotype

Diff of /guile/guile-core/libguile/modules.c

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

revision 1.50 by ela, Thu May 29 14:39:13 2003 UTC revision 1.51 by mvo, Fri Sep 12 15:11:09 2003 UTC
# Line 568  scm_module_reverse_lookup (SCM module, S Line 568  scm_module_reverse_lookup (SCM module, S
568        obarray = SCM_MODULE_OBARRAY (module);        obarray = SCM_MODULE_OBARRAY (module);
569      }      }
570    
571      if (!SCM_HASHTABLE_P (obarray))
572          return SCM_BOOL_F;
573    
574    /* XXX - We do not use scm_hash_fold here to avoid searching the    /* XXX - We do not use scm_hash_fold here to avoid searching the
575       whole obarray.  We should have a scm_hash_find procedure. */       whole obarray.  We should have a scm_hash_find procedure. */
576    

Legend:
Removed from v.1.50  
changed lines
  Added in v.1.51

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26