* argparse.c, dotlock.c, fileutil.c, iobuf.c, miscutil.c,

simple-gettext.c, errors.c, http.c, memory.c, secmem.c, ttyio.c: Edit all
preprocessor instructions to remove whitespace before the '#'.  This is
not required by C89, but there are some compilers out there that don't
like it.
This commit is contained in:
David Shaw 2003-05-24 16:53:14 +00:00
parent 702dfdff27
commit c84fdfbe62
12 changed files with 278 additions and 279 deletions

View File

@ -1,3 +1,11 @@
2003-05-24 David Shaw <dshaw@jabberwocky.com>
* argparse.c, dotlock.c, fileutil.c, iobuf.c, miscutil.c,
simple-gettext.c, errors.c, http.c, memory.c, secmem.c, ttyio.c:
Edit all preprocessor instructions to remove whitespace before the
'#'. This is not required by C89, but there are some compilers
out there that don't like it.
2003-05-21 Werner Koch <wk@gnupg.org>
* fileutil.c (is_file_compressed): Fixed checking for "-" filename.

View File

@ -417,4 +417,3 @@ remove_lockfiles()
}
#endif
}

View File

@ -110,4 +110,3 @@ g10_errstr( int err )
#undef X
return _(p);
}

View File

@ -231,5 +231,3 @@ leave:
iobuf_close( a );
return rc;
}

View File

@ -2190,5 +2190,3 @@ translate_file_handle ( int fd, int for_write )
#endif
return fd;
}

View File

@ -631,4 +631,3 @@ FNAME(strdup)( const char *a FNAMEPRT )
strcpy(p, a);
return p;
}

View File

@ -467,4 +467,3 @@ secmem_dump_stats()
cur_alloced, max_alloced, cur_blocks, max_blocks,
(ulong)poollen, (ulong)poolsize );
}

View File

@ -504,4 +504,3 @@ tty_get_answer_is_yes( const char *prompt )
m_free(p);
return yes;
}