Add int63 type.
authorRichard W.M. Jones <rjones@redhat.com>
Tue, 29 Apr 2008 12:40:56 +0000 (13:40 +0100)
committerRichard W.M. Jones <rjones@redhat.com>
Tue, 29 Apr 2008 12:40:56 +0000 (13:40 +0100)
commit8c2be1f021e65637f24b0ecd1907f7a069e347a2
tree5e00007115fd2269178e2179067580252f5e3ff8
parent518f2f45a75c2714c360aa4e68302693b571d4a9
Add int63 type.
.hgignore
Makefile.in
lib/.depend
lib/Makefile.in
lib/diskimage.mli
lib/int63.mli [new file with mode: 0644]
lib/int63_on_32.ml [new file with mode: 0644]
lib/int63_on_64.ml [new file with mode: 0644]
lib/test_int63.ml [new file with mode: 0644]