]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
[word]: Redefine. Otherwise, systems (Unicos for one) with
authorJim Meyering <jim@meyering.net>
Thu, 22 Jun 1995 03:59:55 +0000 (03:59 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 22 Jun 1995 03:59:55 +0000 (03:59 +0000)
headers that define `word' to be a type get syntax errors because
of the variable by the same name.

src/fmt.c

index 98e5080e256027580fa359b89c59870f782b774f..7545081b27c3f2bcbd8f2eb7eafe68c81854ce36 100644 (file)
--- a/src/fmt.c
+++ b/src/fmt.c
 #include <sys/types.h>
 #include <getopt.h>
 
+/* Redefine.  Otherwise, systems (Unicos for one) with headers that define
+   it to be a type get syntax errors for the variable declaration below.  */
+#define word unused_word_type
+
 #include "system.h"
 #include "version.h"
 #include "error.h"