1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

See ChangeLog: Tue Jun 1 16:01:46 CEST 1999 Werner Koch

This commit is contained in:
Werner Koch 1999-06-01 14:08:57 +00:00
parent c34c676958
commit 3dddf602dd
19 changed files with 272 additions and 71 deletions

View file

@ -48,9 +48,10 @@
#define EXTRA_ALIGN 0
#endif
static void membug( const char *fmt, ... );
#ifdef M_DEBUG
static void membug( const char *fmt, ... );
#ifndef M_GUARD
#define M_GUARD 1
#endif
@ -318,7 +319,6 @@ check_allmem( const char *info )
check_mem(e->user_p-4-EXTRA_ALIGN, info);
}
#endif /* M_DEBUG */
static void
membug( const char *fmt, ... )
@ -337,6 +337,7 @@ membug( const char *fmt, ... )
abort();
}
#endif /* M_DEBUG */
void
m_print_stats( const char *prefix )