aboutsummaryrefslogtreecommitdiffstats
path: root/gen
diff options
context:
space:
mode:
authorGavin Howard <gavin@yzena.com>2021-06-19 15:39:14 -0600
committerGavin Howard <gavin@yzena.com>2021-06-19 15:39:14 -0600
commit6787a0fcd9034f37c33d49269eec687da71aa7b7 (patch)
tree3d9374058f9eeb4f9b18440f7932e9fca3eb7c12 /gen
parent1156cd1bdee3810cba8f68f530b249fe76928a60 (diff)
downloadplatform_external_bc-6787a0fcd9034f37c33d49269eec687da71aa7b7.tar.gz
platform_external_bc-6787a0fcd9034f37c33d49269eec687da71aa7b7.tar.bz2
platform_external_bc-6787a0fcd9034f37c33d49269eec687da71aa7b7.zip
More library clean up
Signed-off-by: Gavin Howard <gavin@yzena.com>
Diffstat (limited to 'gen')
-rw-r--r--gen/lib2.bc4
1 files changed, 2 insertions, 2 deletions
diff --git a/gen/lib2.bc b/gen/lib2.bc
index 3e592351..6bb4eea9 100644
--- a/gen/lib2.bc
+++ b/gen/lib2.bc
@@ -171,12 +171,12 @@ define pi(s){
return v@s
}
define t(x){
- auto s,c,l
+ auto s,c
l=scale
scale+=2
s=s(x)
c=c(x)
- scale=l
+ scale-=2
return s/c
}
define a2(y,x){