Remove no-longer-relevant comment.
authorJim Meyering <jim@meyering.net>
Sun, 23 Oct 2005 15:55:30 +0000 (15:55 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 23 Oct 2005 15:55:30 +0000 (15:55 +0000)
lib/sha512.h

index cee3a07..5a2b5ce 100644 (file)
 
 # 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