mirror of
https://github.com/boostorg/build.git
synced 2026-02-15 00:52:16 +00:00
Removed some no longer used global variables from Boost Build's util/numbers.jam module.
[SVN r48630]
This commit is contained in:
@@ -6,16 +6,6 @@
|
||||
import errors ;
|
||||
|
||||
|
||||
digits = 0 1 2 3 4 5 6 7 8 9 ;
|
||||
powers = 1 ;
|
||||
zeros = "" ;
|
||||
natural = $(digits) ;
|
||||
positive = $(digits[2-]) ;
|
||||
incr = $(positive[2-]) ;
|
||||
znatural = $(digits) ;
|
||||
zero-test = is zero ; # if $(zero-test[$(n)]) == "is" "zero", n == 0
|
||||
|
||||
|
||||
rule trim-leading-zeroes ( value )
|
||||
{
|
||||
return [ CALC $(value) + 0 ] ;
|
||||
|
||||
Reference in New Issue
Block a user