stephenrkell / libdwarfpp

A high-level API for accessing DWARF debugging information, in C++
http://www.cl.cam.ac.uk/~srk31/
Other
23 stars 12 forks source link

Change __ARR0_ to __ARR_ for unsized arrays #14

Closed Sakarah closed 5 years ago

Sakarah commented 5 years ago

This allows us to name array type with explicit size zero (resulting for example of a zero sized malloc).

liballocs already depends on this commit, so it should really be integrated into the master branch...

stephenrkell commented 5 years ago

Thanks!