Date: Sun Jul 7 20:25:08 CEST 2002
User: Derick Rethans
Directory: srm/main/src
Log Message:
[0.05]
- Fix symbol loading for MacOSX
Modified files:
srm/main/src/srm_modules.h (version: 1.34)
[FILE: /srm/main/src/srm_modules.h]
--- srm/main/src/srm_modules.h:1.33 Fri Jun 21 01:05:34 2002 GMT
+++ srm/main/src/srm_modules.h Sun Jul 07 16:25:08 2002 GMT
@@ -1,4 +1,4 @@
-/* $Id: cvstemp,v 1.33 2002/06/21 03:05:34 kalowsky Exp $ */
+/* $Id: cvstemp,v 1.34 2002/07/07 18:25:08 derick Exp $ */
/* The contents of this file are subject to the Vulcan Logic Public
* License Version 1.1 (the "License"); you may not use this file
@@ -143,7 +143,7 @@
/* defines */
# define DL_LOAD(libname) srm_bundle_load (libname)
# define DL_UNLOAD(handle) srm_bundle_unload (handle)
-# define DL_FETCH_SYM(h,s) srm_bundle_symbol (h,s)
+# define DL_FETCH_SYM(h,s) srm_bundle_symbol (h, "_" ## s)
# define DL_ERROR srm_bundle_error
/* enable module support */
Received on Sun Jul 7 21:09:48 2002
This archive was generated by hypermail 2.1.8 : Tue Jan 06 2009 - 05:00:03 CET