mirror of
https://github.com/MariaDB/server.git
synced 2026-04-20 15:25:33 +02: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:
parent
3d185d7935
commit
6b44b419c5
1 changed files with 1 additions and 3 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue