Date: Sat Feb 23 20:09:22 CET 2002
User: Derick Rethans
Directory: srm/main/src
Log Message:
[0.05]
- Whitespace
Modified files:
srm/main/src/srm_modules.h (version: 1.30)
[FILE: /srm/main/src/srm_modules.h]
--- srm/main/src/srm_modules.h:1.29 Sat Feb 23 17:58:23 2002 GMT
+++ srm/main/src/srm_modules.h Sat Feb 23 18:09:22 2002 GMT
@@ -1,4 +1,4 @@
-/* $Id: cvstemp,v 1.29 2002/02/23 18:58:23 kalowsky Exp $ */
+/* $Id: cvstemp,v 1.30 2002/02/23 19:09:22 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
@@ -61,7 +61,7 @@
#define INI_ENTRIES_DEF _srm_ini_entries __srm_ini_entries
#define INI_ENTRIES __srm_ini_entries
-#define INI_SETTING(x) __srm_ini_entries.x
+#define INI_SETTING(x) __srm_ini_entries.x
/* Macros */
@@ -84,10 +84,10 @@
#define SRM_THREAD_END \
thread_shutdown = 0;
#define SRM_THREAD_SHUTDOWN \
- thread_shutdown = 1; \
- while (thread_shutdown == 1) { \
- srm_sleep (0, 50000); \
- }
+ thread_shutdown = 1; \
+ while (thread_shutdown == 1) { \
+ srm_sleep (0, 50000); \
+ }
#define SRM_GET_MODULE(name) \
s_module_entry *get_module(void) { return &name##_module_entry; }
@@ -122,7 +122,7 @@
# define DL_LOAD(libname) dlopen(libname, RTLD_LAZY | RTLD_GLOBAL)
# define DL_UNLOAD dlclose
-# define DL_ERROR dlerror
+# define DL_ERROR dlerror
# if defined(DLSYM_NEEDS_UNDERSCORE)
# define DL_FETCH_SYM(h,s) dlsym((h), "_" ## s)
@@ -137,7 +137,7 @@
#endif /* HAVE_LIBDL */
#if defined(SRM_MACOSX) /* start SRM_MACOSX should really be HAVE_DYLD*/
-#endif /* DEBUG_DAN */
+#endif /* DEBUG_DAN */
#elif defined(SRM_MACOSX)
@@ -150,7 +150,7 @@
# define DL_LOAD(libname) srm_ns_load (libname)
# define DL_UNLOAD(handle) NSUnLinkModule(handle,FALSE)
# define DL_FETCH_SYM(h,s) srm_ns_symbol(h,s)
-# define DL_ERROR srm_ns_error()
+# define DL_ERROR srm_ns_error()
/* enable module support */
# define SRM_DLMODULES_SUPPORT 1
@@ -215,3 +215,11 @@
void srm_shutdown_internal_modules(void);
#endif
+/*
+ * Local Variables:
+ * c-basic-offset: 4
+ * tab-width: 4
+ * End:
+ * vim600: fdm=marker
+ *vim: noet sw=4 ts=4
+ */
Received on Sat Feb 23 20:09:36 2002
This archive was generated by hypermail 2.1.8 : Tue Jan 06 2009 - 06:00:02 CET