aboutsummaryrefslogtreecommitdiffstats
path: root/src/internals.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/internals.h')
-rw-r--r--src/internals.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/internals.h b/src/internals.h
index 44b6214..db45a3b 100644
--- a/src/internals.h
+++ b/src/internals.h
@@ -23,7 +23,11 @@
X(libzahl_tmp_pow_b)\
X(libzahl_tmp_pow_c)\
X(libzahl_tmp_pow_d)\
- X(libzahl_tmp_modsqr)
+ X(libzahl_tmp_modsqr)\
+ X(libzahl_tmp_divmod_a)\
+ X(libzahl_tmp_divmod_b)\
+ X(libzahl_tmp_divmod_d)\
+ X(libzahl_tmp_divmod_e)
#define LIST_CONSTS\
X(libzahl_const_1e19, zsetu, 10000000000000000000ULL) /* The largest power of 10 < 2⁶⁴. */\