diff options
Diffstat (limited to '')
| -rw-r--r-- | src/internals.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/internals.h b/src/internals.h index df973fb..a544924 100644 --- a/src/internals.h +++ b/src/internals.h @@ -9,7 +9,10 @@ #define BITS_IN_LAST_CHAR(bits) ((bits) & (BITS_PER_CHAR - 1)) #define LIST_TEMPS\ - X(libzahl_tmp_cmp) + X(libzahl_tmp_cmp)\ + X(libzahl_tmp_str_num)\ + X(libzahl_tmp_str_mag)\ + X(libzahl_tmp_str_div) #define X(x) extern z_t x; LIST_TEMPS |
