mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-01-02 10:12:03 +00:00
ecf55968a1
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
|
|
)
|
|
(...)
|