Skip to content

Commit 4c79391

Browse files
committed
fp-interop: Add _DecimalNx options
1 parent db025c3 commit 4c79391

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

proposals/fp_interop/25-xxx.txt

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ rq15. [optional] The ISO_C_BINDING module may provide additional integer
6666

6767
rq17. [optional] The ISO_C_BINDING module may provide additional integer
6868
named constants for KIND parameters corresponding to C interchange
69-
decimal floating types of the form '_DecimalN' if the companion
70-
processor defines them.
69+
decimal floating types of the form '_DecimalN' and '_DecimalNx' if
70+
the companion processor defines them.
7171

7272
3 Specifications
7373
================
@@ -165,6 +165,8 @@ sp15. [if rq15] If the companion processor defines additional types of
165165

166166
sp17. [if rq17] If the companion processor defines additional types of
167167
the form '_DecimalN', the processor may add integer named
168-
constants of the form 'C_DECIMALN'.
168+
constants of the form 'C_DECIMALN'. If the companion processor
169+
defines additional types of the form '_DecimalNx', the processor
170+
may add integer named constants of the form 'C_DECIMALNX'.
169171

170172
=== END ===

0 commit comments

Comments
 (0)