commit | aaecbbac2f94b7a93eb2df7f9db78828cbb7b647 | [log] [tgz] |
---|---|---|
author | Rob Landley <rob@landley.net> | Thu Dec 10 15:57:08 2015 -0600 |
committer | Rob Landley <rob@landley.net> | Thu Dec 10 15:57:08 2015 -0600 |
tree | ac2a23d038113e359b583e042170d9d319690cf2 | |
parent | 5cb65054067391af7602bc303d77349c76648faf [diff] |
Expand toys.optargs to 64 bits so people adding more options to ls don't run out. Keep the low 32 bits of FLAG_x constants as 32 bit numbers so that at least on little endian platforms it's still normal 32 bit math outside of lib/args.c.