diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-08-13 02:42:02 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-08-13 02:42:02 -0400 |
| commit | 9b9087bfef72417b4930512d33103d9a5a748cd8 (patch) | |
| tree | 73c6e1ba23fe2d057853e00a0200b0b445109f4d /environment.c | |
| parent | 25519d243485ab1906304adc99d400684b04ef5b (diff) | |
Get rid of slow_* int functions
Diffstat (limited to 'environment.c')
| -rw-r--r-- | environment.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/environment.c b/environment.c index fc10cc5b..cbf35af4 100644 --- a/environment.c +++ b/environment.c @@ -92,7 +92,6 @@ env_t *new_compilation_unit(CORD *libname) {"octal", "Int$octal", "func(i:Int, digits=0, prefix=yes)->Text"}, {"random", "Int$random", "func(min:Int, max:Int)->Int"}, {"from_text", "Int$from_text", "func(text:Text, the_rest=!&Text)->Int"}, - {"abs", "labs", "func(i:Int)->Int"}, {"to", "Int$to", "func(from:Int,to:Int)->Range"}, {"plus", "Int$plus", "func(x:Int,y:Int)->Int"}, {"minus", "Int$minus", "func(x:Int,y:Int)->Int"}, |
