Skip to content

Commit 4053dbb

Browse files
committed
address review: keep DECIMALXY in EXTRA_FUNCTIONALITY
1 parent 1b26d6f commit 4053dbb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Modules/_decimal/_decimal.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5875,6 +5875,9 @@ static struct int_constmap int_constants [] = {
58755875
/* int constants */
58765876
{"IEEE_CONTEXT_MAX_BITS", MPD_IEEE_CONTEXT_MAX_BITS},
58775877
#ifdef EXTRA_FUNCTIONALITY
5878+
{"DECIMAL32", MPD_DECIMAL32},
5879+
{"DECIMAL64", MPD_DECIMAL64},
5880+
{"DECIMAL128", MPD_DECIMAL128},
58785881
/* int condition flags */
58795882
{"DecClamped", MPD_Clamped},
58805883
{"DecConversionSyntax", MPD_Conversion_syntax},

0 commit comments

Comments
 (0)