Ditch longs and long longs in favor of stdint.h types, which has cascading
effects throughout, including use of inttypes.h/PRI[ud]64 because printf() is still stuck in a long world, conversion of %lu to %zu for printing values of type size_t, and changing/renaming the g_check_cmp* family of functions.
This commit is contained in:
parent
f0a24ee4d0
commit
c8fc061ea6
15 changed files with 64 additions and 52 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -18,3 +18,6 @@ docs/milestone2.dot.pdf
|
|||
*.dot.pdf
|
||||
Session.vim
|
||||
*.gcov
|
||||
cscope.out
|
||||
build/
|
||||
.sconsign.dblite
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue