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
|
|
)
|
|
(...)
|