summaryrefslogtreecommitdiffstats
path: root/lib/uinttostr.c
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2008-01-04 16:16:50 +0100
committerJim Meyering <meyering@redhat.com>2008-01-04 16:16:50 +0100
commit447bbb9ae4fd8190817001e3c7065a504721cd0a (patch)
treebfde839cfd2018b8a65d463630abb9539f749d5a /lib/uinttostr.c
parenta924da06a11ad14176660412d9be9a7905503267 (diff)
downloadidutils-447bbb9ae4fd8190817001e3c7065a504721cd0a.tar.gz
idutils-447bbb9ae4fd8190817001e3c7065a504721cd0a.tar.bz2
idutils-447bbb9ae4fd8190817001e3c7065a504721cd0a.zip
Remove files now pulled from gnulib.
Also remove all intl/ files. Signed-off-by: Jim Meyering <meyering@redhat.com>
Diffstat (limited to 'lib/uinttostr.c')
-rw-r--r--lib/uinttostr.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/uinttostr.c b/lib/uinttostr.c
deleted file mode 100644
index 52d288e..0000000
--- a/lib/uinttostr.c
+++ /dev/null
@@ -1,3 +0,0 @@
-#define inttostr uinttostr
-#define inttype unsigned int
-#include "inttostr.c"