1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-05 16:19:23 +02:00

Remove no-longer-relevant comment.

This commit is contained in:
Jim Meyering
2005-10-23 15:55:30 +00:00
parent e2cfa48b0f
commit 00ba9322af
-7
View File
@@ -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