diff options
author | Jim Meyering <jim@meyering.net> | 2005-10-23 15:55:30 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2005-10-23 15:55:30 +0000 |
commit | 00ba9322af95116e43e4d98af45571ea7d035084 (patch) | |
tree | c47991dbd1194303c3b94e09b57f736a067e680f /lib | |
parent | e2cfa48b0f245bfba610fa843857f5fbe9d9ca81 (diff) | |
download | coreutils-00ba9322af95116e43e4d98af45571ea7d035084.tar.xz |
Remove no-longer-relevant comment.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/sha512.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/sha512.h b/lib/sha512.h index cee3a0719..5a2b5ce35 100644 --- a/lib/sha512.h +++ b/lib/sha512.h @@ -21,13 +21,6 @@ # include <stdio.h> -/* The following contortions are an attempt to use the C preprocessor - to determine an unsigned integral type that is 64 bits wide. An - alternative approach is to use autoconf's AC_CHECK_SIZEOF macro, but - doing that would require that the configure script compile and *run* - the resulting executable. Locally running cross-compiled executables - is usually not possible. */ - # if HAVE_INTTYPES_H # include <inttypes.h> # endif |