mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Fixing HP-UX and AIX builds.
unittest/mytap/tap.h: Handle __attribute__ more portably, fixing builds for HP-UX and AIX.
This commit is contained in:
@ -21,9 +21,7 @@
|
|||||||
#ifndef TAP_H
|
#ifndef TAP_H
|
||||||
#define TAP_H
|
#define TAP_H
|
||||||
|
|
||||||
#ifndef __GNUC__
|
#include "my_global.h"
|
||||||
#define __attribute__(F)
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@defgroup MyTAP MySQL support for performing unit tests according to TAP.
|
@defgroup MyTAP MySQL support for performing unit tests according to TAP.
|
||||||
|
Reference in New Issue
Block a user