File tree 2 files changed +11
-11
lines changed
2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ PHPCL_FUNCTION(cl_get_kernel_info);
17
17
PHPCL_FUNCTION (cl_create_kernel );
18
18
19
19
PHPCL_LOCAL cl_int
20
- php_cl_set_kernel_arg (cl_kernel kernel , cl_uint arg_index ,
21
- zval * arg_value , phpcl_c_type_t type TSRMLS_DC );
20
+ phpcl_set_kernel_arg (cl_kernel kernel , cl_uint arg_index ,
21
+ zval * arg_value , phpcl_c_type_t type TSRMLS_DC );
22
22
23
23
END_EXTERN_C ()
24
24
#endif
Original file line number Diff line number Diff line change 12
12
BEGIN_EXTERN_C ()
13
13
14
14
PHPCL_LOCAL cl_int
15
- php_cl_set_kernel_arg (cl_kernel kernel, cl_uint arg_index,
16
- zval *arg_value, phpcl_c_type_t type TSRMLS_DC)
15
+ phpcl_set_kernel_arg (cl_kernel kernel, cl_uint arg_index,
16
+ zval *arg_value, phpcl_c_type_t type TSRMLS_DC)
17
17
{
18
18
return CL_SUCCESS;
19
19
}
20
20
21
21
END_EXTERN_C ()
22
22
23
23
/*
24
- * Local variables:
25
- * tab-width: 4
26
- * c-basic-offset: 4
27
- * End:
28
- * vim600: noet sw=4 ts=4 fdm=marker
29
- * vim<600: noet sw=4 ts=4
30
- */
24
+ * Local variables:
25
+ * tab-width: 4
26
+ * c-basic-offset: 4
27
+ * End:
28
+ * vim600: noet sw=4 ts=4 fdm=marker
29
+ * vim<600: noet sw=4 ts=4
30
+ */
You can’t perform that action at this time.
0 commit comments