2
0
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:
Jurko Gospodnetić
2008-09-06 14:39:00 +00:00
parent f4296e4271
commit 5700535495

View File

@@ -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 ] ;