1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Fixing HP-UX and AIX builds.

This commit is contained in:
elliot@mysql.com
2006-04-14 10:36:36 -04:00
parent 34842dd295
commit 24e8ea98d6

View File

@ -21,9 +21,7 @@
#ifndef TAP_H
#define TAP_H
#ifndef __GNUC__
#define __attribute__(F)
#endif
#include "my_global.h"
/*
@defgroup MyTAP MySQL support for performing unit tests according to TAP.