Skip to content

Commit 2b7280b

Browse files
authored
remove reference to F202X (#722)
1 parent 349f602 commit 2b7280b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/stdlib_hash_32bit_water.fypp

+1-3
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,7 @@
4545
!! but also in its use of signed two's complement arithmetic in contrast to
4646
!! the unsigned arithmetic of Ettinger and Wang Yi, and in making some of the
4747
!! uses of `TRANSFER` endian dependent, in an attempt to make the quality of
48-
!! the hash endian independent. The use of signed arithmetic may change with
49-
!! the planned introduction of the unsigned BITS datatype in what is currently
50-
!! known as Fortran 202X.
48+
!! the hash endian independent.
5149
!!
5250
!! To be useful this code must be processed by a processor that implements two
5351
!! Fortran 2008 extensions to Fortran 2003: submodules, and 64 bit (`INT64`)

0 commit comments

Comments
 (0)