We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f51da8 commit 22d4282Copy full SHA for 22d4282
ext/com/com.h
@@ -41,7 +41,7 @@ typedef struct comval_ {
41
#define RETURN_COM(o) RETVAL_COM(o) \
42
return;
43
44
-#define ALLOC_COM(z) (z) = emalloc(sizeof(comval))
+#define ALLOC_COM(z) (z) = (comval *) emalloc(sizeof(comval))
45
#define IS_COM php_COM_get_le_comval()
46
47
#define C_HASTLIB(x) ((x)->typelib)
ext/rpc/com/com_wrapper.h
0 commit comments