diff options
author | tomas@mc05.(none) <> | 2004-05-13 15:41:20 +0200 |
---|---|---|
committer | tomas@mc05.(none) <> | 2004-05-13 15:41:20 +0200 |
commit | dff56fc7b4fe17c08a6fb988268de609e8d91918 (patch) | |
tree | 6fae37b9174a3f0cbbcc3b167869fa982d925d77 /ndb/src/client | |
parent | 0422d559b645e8cea1a13db5d9ef838afd6dc5f7 (diff) | |
download | mariadb-git-dff56fc7b4fe17c08a6fb988268de609e8d91918.tar.gz |
portability fixes and some comments
Diffstat (limited to 'ndb/src/client')
-rw-r--r-- | ndb/src/client/odbc/common/common.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ndb/src/client/odbc/common/common.hpp b/ndb/src/client/odbc/common/common.hpp index e90950df9c5..6d99aac5455 100644 --- a/ndb/src/client/odbc/common/common.hpp +++ b/ndb/src/client/odbc/common/common.hpp @@ -19,7 +19,7 @@ // misc defs -#ifdef NDB_GCC +#ifdef NDB_GCC // only for odbc #define PRINTFLIKE(i,j) __attribute__ ((format (printf, i, j))) #else #define PRINTFLIKE(i,j) |