diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2017-05-24 07:19:46 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2017-05-24 07:19:46 -0700 |
commit | 7c6f1e1ecbd635eb328f6b3e1ebd0b22f9d71594 (patch) | |
tree | deb64eeb9901d165d1788532d539889e1806c868 /arith.h | |
parent | 6ba995ca8bcb9e20965fd2c09876eeb44c777f59 (diff) | |
download | txr-7c6f1e1ecbd635eb328f6b3e1ebd0b22f9d71594.tar.gz txr-7c6f1e1ecbd635eb328f6b3e1ebd0b22f9d71594.tar.bz2 txr-7c6f1e1ecbd635eb328f6b3e1ebd0b22f9d71594.zip |
bits: external linkage.
* arith.c (bits): Change the linkage from
internal to external.
* arith.h (bits): Declared.
Diffstat (limited to 'arith.h')
-rw-r--r-- | arith.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -44,5 +44,6 @@ val toint(val obj, val base); val tofloatz(val obj); val tointz(val obj, val base); val width(val num); +val bits(val obj); void arith_init(void); void arith_free_all(void); |