summaryrefslogtreecommitdiff
path: root/src/ptx.c
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2009-03-06 10:49:18 +0100
committerJim Meyering <meyering@redhat.com>2009-03-06 11:49:46 +0100
commit8b638f994abefde84746b3d8a08893c9ffeb7799 (patch)
tree1bc97c94bb4a1ca856fdbf313563ba1d66ff8fd7 /src/ptx.c
parent5d71171e01fb7f585fc3864866c0a30a4064380f (diff)
downloadcoreutils-8b638f994abefde84746b3d8a08893c9ffeb7799.tar.xz
maint: avoid new unused-macro warnings from gcc
* src/ls.c (ASSERT_MATCHING_DEV_INO): Comment-out unused definition, to match commented-out use. * src/install.c (INITIAL_HASH_MODULE, INITIAL_ENTRY_TAB_SIZE): (READ_SIZE): Remove definitions of unused macros. * src/mv.c (INITIAL_HASH_MODULE, INITIAL_ENTRY_TAB_SIZE): Likewise. * src/dd.c (max): Likewise. * src/expand.c (OUTPUT_BLOCK): Likewise. * src/csplit.c (ALLOC_SIZE): Likewise. * src/pr.c (NULLCOL): Likewise. * src/ptx.c (Sword): Likewise. * src/unexpand.c (OUTPUT_BLOCK): Likewise. * src/factor.c (NDEBUG): Likewise.
Diffstat (limited to 'src/ptx.c')
-rw-r--r--src/ptx.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/ptx.c b/src/ptx.c
index c04c90c7c..5d29bd145 100644
--- a/src/ptx.c
+++ b/src/ptx.c
@@ -1,5 +1,5 @@
/* Permuted index for GNU, with keywords in their context.
- Copyright (C) 1990, 1991, 1993, 1998-2008 Free Software Foundation, Inc.
+ Copyright (C) 1990, 1991, 1993, 1998-2009 Free Software Foundation, Inc.
François Pinard <pinard@iro.umontreal.ca>, 1988.
This program is free software: you can redistribute it and/or modify
@@ -65,9 +65,6 @@
the actual reallocation step, but its base two logarithm. */
#define SWALLOW_REALLOC_LOG 12
-/* Imported from "regex.c". */
-#define Sword 1
-
/* Program options. */
enum Format