diff options
| author | Charles.Forsyth <devnull@localhost> | 2006-12-23 00:30:12 +0000 |
|---|---|---|
| committer | Charles.Forsyth <devnull@localhost> | 2006-12-23 00:30:12 +0000 |
| commit | 6e425a9de8c003b5a733621a6b6730ec3cc902b8 (patch) | |
| tree | 314123bcab78ff295f38f85f31dc141e5fe22d15 /utils/vc/reg.c | |
| parent | 74a4d8c26dd3c1e9febcb717cfd6cb6512991a7a (diff) | |
20061220
Diffstat (limited to 'utils/vc/reg.c')
| -rw-r--r-- | utils/vc/reg.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/vc/reg.c b/utils/vc/reg.c index c0d294c9..bde52df0 100644 --- a/utils/vc/reg.c +++ b/utils/vc/reg.c @@ -1112,6 +1112,7 @@ RtoB(int r) return 1L << (r-3); } +int BtoR(long b) { |
