facebookarchive / pfff

Tools for code analysis, visualizations, or style-preserving source transformation.
http://github.com/facebook/pfff/wiki/Main
Other
2.44k stars 204 forks source link

Replace use of uint32 by standard/ complient way #144

Closed tychota closed 8 years ago

tychota commented 8 years ago

This closes #142.

Uint32 semms to be platform specific :

This I'm importing stdint and using the standard uint32_t type.

aryx commented 8 years ago

thanks!