Commit 6b44b419 authored by unknown's avatar unknown

Fixing HP-UX and AIX builds.


unittest/mytap/tap.h:
  Handle __attribute__ more portably, fixing builds for HP-UX and AIX.
parent 3d185d79
...@@ -21,9 +21,7 @@ ...@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment