Date: Sat Feb 23 19:28:34 CET 2002
User: Dan Kalowsky
Directory: srm/main/src
Log Message:
[0.11]
- Screwy macro problems...
Modified files:
srm/main/src/srm_modules.h (version: 1.27)
[FILE: /srm/main/src/srm_modules.h]
--- srm/main/src/srm_modules.h:1.26 Sat Feb 23 17:18:01 2002 GMT
+++ srm/main/src/srm_modules.h Sat Feb 23 17:28:34 2002 GMT
@@ -1,4 +1,4 @@
-/* $Id: cvstemp,v 1.26 2002/02/23 18:18:01 kalowsky Exp $ */
+/* $Id: cvstemp,v 1.27 2002/02/23 18:28:34 kalowsky 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_ns_load (libname)
# define DL_UNLOAD(handle) NSUnLinkModule(handle,FALSE);
-# define DL_FETCH_SYM(handle,symname) srm_ns_symbol(handle, symname)
+# define DL_FETCH_SYM(h,s) srm_ns_symbol(h,s)
# define DL_ERROR srm_ns_error()
/* enable module support */
Received on Sat Feb 23 19:28:48 2002
This archive was generated by hypermail 2.1.8 : Tue Jan 06 2009 - 09:00:03 CET