commit | e3da02e7bcfd85c543419e7590a3c86f64d8cc8a | [log] [tgz] |
---|---|---|
author | Doug Zongker <dougz@android.com> | Fri Jun 12 16:13:52 2009 -0700 |
committer | Doug Zongker <dougz@android.com> | Fri Jun 12 16:13:52 2009 -0700 |
tree | 54535b2854f7312a23f9df838abfc0312befd1d2 | |
parent | d9c9d10d9da76f067d3955bea71f7bb39e859fa5 [diff] |
add less_than_int, greater_than_int to edify Add functions less_than_int() and greater_than_int() that interpret their args as ints and do the comparison. ("<" and ">" operators, if implemented, should do string comparison.) This lets us do the build time check currently done by the check_prereq binary.