Merge mysql.com:/space/my/mysql-4.1

into mysql.com:/space/my/mysql-4.1-build
This commit is contained in:
unknown 2004-06-15 14:49:25 +02:00
commit a35bd15773

View File

@ -16,6 +16,9 @@
#ifndef _dbug_h
#define _dbug_h
#ifdef DBUG_OFF
#define NDEBUG /* for assert.h */
#endif
#include <assert.h>
#ifdef __cplusplus
extern "C" {