splinter-build / splinter

A series of patches (one per branch) on top of the Ninja project's codebase. Updated periodically.
Apache License 2.0
6 stars 1 forks source link

Patch to use size_t over "wrong" types. #15

Open shahzadlone opened 5 years ago

shahzadlone commented 5 years ago

Patch to use size_t over other types where neccesary!

Example: use size_t rather than int in for loops.