diff options
Diffstat (limited to 'Include')
-rw-r--r-- | Include/longintrepr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Include/longintrepr.h b/Include/longintrepr.h index 72f7199..2dbb3f5 100644 --- a/Include/longintrepr.h +++ b/Include/longintrepr.h @@ -19,6 +19,7 @@ extern "C" { long_pow() requires that SHIFT be divisible by 5. */ typedef unsigned short digit; +typedef short sdigit; /* signed variant of digit */ #define BASE_TWODIGITS_TYPE long typedef unsigned BASE_TWODIGITS_TYPE twodigits; typedef BASE_TWODIGITS_TYPE stwodigits; /* signed variant of twodigits */ |