mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2024-12-12 06:24:56 +00:00
ecf55968a1
This remove's C++ style casts from the return value of malloc/calloc.
see 403fd722ac
12 lines
50 B
Plaintext
12 lines
50 B
Plaintext
@@
|
|
type T;
|
|
@@
|
|
|
|
- (T*)
|
|
(
|
|
malloc
|
|
|
|
|
calloc
|
|
)
|
|
(...)
|