summaryrefslogtreecommitdiffstats
path: root/common/util.h
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2002-07-22 12:20:39 +0200
committerWerner Koch <wk@gnupg.org>2002-07-22 12:20:39 +0200
commitbbf580e70216a3c254d61901c543b620d09b4796 (patch)
treeb5f69c694f6796f79630a92361e21db535e7a49c /common/util.h
parent* keyedit.c (keyedit_menu, menu_addrevoker): Allow specifying "sensitive" (diff)
downloadgnupg2-bbf580e70216a3c254d61901c543b620d09b4796.tar.xz
gnupg2-bbf580e70216a3c254d61901c543b620d09b4796.zip
* fseeko.c, ftello.c: New.
* configure.ac: Check for ftello and provide a replacement.
Diffstat (limited to 'common/util.h')
-rw-r--r--common/util.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/common/util.h b/common/util.h
index 72c847e99..f8db9d89c 100644
--- a/common/util.h
+++ b/common/util.h
@@ -84,7 +84,6 @@ FILE *fopencookie (void *cookie, const char *opentype,
-
/*-- some macros to replace ctype ones and avoid locale problems --*/
#define spacep(p) (*(p) == ' ' || *(p) == '\t')
#define digitp(p) (*(p) >= '0' && *(p) <= '9')