diff m_struct.h @ 9586:2cc1ce724722

10L
author albeu
date Fri, 14 Mar 2003 17:50:58 +0000
parents 7c9253521f9c
children 57bdcdb061d7
line wrap: on
line diff
--- a/m_struct.h	Fri Mar 14 17:45:33 2003 +0000
+++ b/m_struct.h	Fri Mar 14 17:50:58 2003 +0000
@@ -24,7 +24,7 @@
 #define M_ST_MB_P(struct_p, struct_offset)   \
     ((void*) (struct_p) + (unsigned long) (struct_offset))
 #define M_ST_MB(member_type, struct_p, struct_offset)   \
-    (*(member_type*) M_STRUCT_MEMBER_P ((struct_p), (struct_offset)))
+    (*(member_type*) M_ST_MB_P ((struct_p), (struct_offset)))