diff options
author | unknown <joreland@mysql.com> | 2005-01-19 10:07:15 +0100 |
---|---|---|
committer | unknown <joreland@mysql.com> | 2005-01-19 10:07:15 +0100 |
commit | da8a9e2f20e737f63e271f3a8ae7e8ba8dc276b7 (patch) | |
tree | 04c68c5c08447661ecabe30e6c4493410f459596 | |
parent | 21d24f34a66a2cd9132c59cfb68db2673321a9c1 (diff) | |
download | mariadb-git-da8a9e2f20e737f63e271f3a8ae7e8ba8dc276b7.tar.gz |
ndb compiler warning, c++ style comment in c-file
ndb/include/ndb_constants.h:
remove // from .h-file
-rw-r--r-- | ndb/include/ndb_constants.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ndb/include/ndb_constants.h b/ndb/include/ndb_constants.h index 491d0719a69..a04afe1bd72 100644 --- a/ndb/include/ndb_constants.h +++ b/ndb/include/ndb_constants.h @@ -48,7 +48,7 @@ #define NDB_TYPE_BIGUNSIGNED 10 #define NDB_TYPE_FLOAT 11 #define NDB_TYPE_DOUBLE 12 -#define NDB_TYPE_DECIMAL 13 // not used +#define NDB_TYPE_DECIMAL 13 /* not used */ #define NDB_TYPE_CHAR 14 #define NDB_TYPE_VARCHAR 15 #define NDB_TYPE_BINARY 16 |