From 2ee4807c0429d8357ccf76e20ee1e6355f696a4b Mon Sep 17 00:00:00 2001 From: Jeremie Vandenplas Date: Sun, 25 Jun 2023 23:22:14 +0200 Subject: [PATCH] remove reference to F202X --- src/stdlib_hash_32bit_water.fypp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/stdlib_hash_32bit_water.fypp b/src/stdlib_hash_32bit_water.fypp index ab91c4d02..54fa79890 100644 --- a/src/stdlib_hash_32bit_water.fypp +++ b/src/stdlib_hash_32bit_water.fypp @@ -45,9 +45,7 @@ !! but also in its use of signed two's complement arithmetic in contrast to !! the unsigned arithmetic of Ettinger and Wang Yi, and in making some of the !! uses of `TRANSFER` endian dependent, in an attempt to make the quality of -!! the hash endian independent. The use of signed arithmetic may change with -!! the planned introduction of the unsigned BITS datatype in what is currently -!! known as Fortran 202X. +!! the hash endian independent. !! !! To be useful this code must be processed by a processor that implements two !! Fortran 2008 extensions to Fortran 2003: submodules, and 64 bit (`INT64`)