x86-64: change the type of size_t and ptrdiff_t.
commit3a1380120d8c952a34f6b5db0b3c42f794770f51
authorShinichiro Hamaji <shinichiro.hamaji _at_ gmail.com>
Sat, 18 Jul 2009 19:26:19 +0000 (19 04:26 +0900)
committergrischka <grischka>
Mon, 24 Aug 2009 11:30:03 +0000 (24 13:30 +0200)
tree5351a9e67100d16867e3efe9ae851e79b0f4d3c9
parent834b782a9c998ef1eda981cde1106c77a7a291ae
x86-64: change the type of size_t and ptrdiff_t.

size_t and ptrdiff_t should be unsigned long and long, respectively.
libtcc.c
tests/tcctest.c