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

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

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

revision 1.74 by ghouston, Fri Jul 12 17:46:15 2002 UTC revision 1.75 by hanwen, Sun Aug 4 14:09:14 2002 UTC
# Line 77  maybe_drag_in_eprintf () Line 77  maybe_drag_in_eprintf ()
77    
78  #include "libltdl/ltdl.h"  #include "libltdl/ltdl.h"
79    
80  /* From the libtool manual: "Note that libltdl is not threadsafe,  /*
81     i.e. a multithreaded application has to use a mutex for libltdl.".    From the libtool manual: "Note that libltdl is not threadsafe,
82      i.e. a multithreaded application has to use a mutex for libltdl.".
83    
84     Guile does not currently support pre-emptive threads, so there is    Guile does not currently support pre-emptive threads, so there is
85     no mutex.  Previously SCM_DEFER_INTS and SCM_ALLOW_INTS were used:    no mutex.  Previously SCM_DEFER_INTS and SCM_ALLOW_INTS were used:
86     they are mentioned here in case somebody is grepping for thread    they are mentioned here in case somebody is grepping for thread
87     problems ;)    problems ;)
88  */  */
89    
90  static void *  static void *

Legend:
Removed from v.1.74  
changed lines
  Added in v.1.75

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