Tcl Source Code

Artifact [57aba74d1c]
Login

Artifact 57aba74d1c32aaefc788c987acf471fc8ef6d1cf:

Attachment "shl.diff" to ticket [1204237fff] added by dwcollins 2005-05-18 19:38:49.
*** tclLoadShl.c.orig	Wed May 18 13:32:10 2005
--- tclloadShl.c.fix	Wed May 18 13:32:32 2005
***************
*** 79,85 ****
      native = Tcl_FSGetNativePath(pathPtr);
  
      handle = shl_load(native,
! 		      BIND_DEFERRED|BIND_VERBOSE|DYNAMIC_PATH, 0L);
  
      if (handle == NULL) {
  	/* 
--- 79,85 ----
      native = Tcl_FSGetNativePath(pathPtr);
  
      handle = shl_load(native,
! 		      BIND_DEFERRED|BIND_VERBOSE, 0L);
  
      if (handle == NULL) {
  	/*