Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2004-01-03 17:58:12 -0800 (Sat, 03 Jan 2004)
Revision: 5219
Log message:
- Since OCaml ints are 31-bit on 32-bit platform, constats like 0x89ac12bd and
0xb023821b are illegal on 32-bit platforms (and recent versions of OCaml will
actually reject them).
- Adding scripts for "check_all" (similar to the ones we have for status_all).