mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-08-19 05:31:26 +02:00
This remove's C++ style casts from the return value of malloc/calloc. see 403fd722ace1d98d3cfe17bbee1382bf58040466
12 lines
50 B
Plaintext
12 lines
50 B
Plaintext
@@
|
|
type T;
|
|
@@
|
|
|
|
- (T*)
|
|
(
|
|
malloc
|
|
|
|
|
calloc
|
|
)
|
|
(...)
|