diff options
author | Werner Koch <wk@gnupg.org> | 2002-07-22 12:20:39 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2002-07-22 12:20:39 +0200 |
commit | bbf580e70216a3c254d61901c543b620d09b4796 (patch) | |
tree | b5f69c694f6796f79630a92361e21db535e7a49c /common/util.h | |
parent | * keyedit.c (keyedit_menu, menu_addrevoker): Allow specifying "sensitive" (diff) | |
download | gnupg2-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.h | 1 |
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') |