diff options
author | Sergei Golubchik <sergii@pisem.net> | 2013-09-09 19:31:29 +0200 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2013-09-09 19:31:29 +0200 |
commit | 42f56557f59705aeec83a54f02399b04d52e9eea (patch) | |
tree | 69db851f78adb21b42f9898f501934f669d64a91 /extra | |
parent | 92265da9d77bc750eb234cfac9d6239675078983 (diff) | |
download | mariadb-git-42f56557f59705aeec83a54f02399b04d52e9eea.tar.gz |
MDEV-4941 make: AIX fails with 'Identifier not allowed in cast'; syntax error in include/my_global.h
C++ comments in C files, and a typo in my_global.h
Diffstat (limited to 'extra')
-rw-r--r-- | extra/perror.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/extra/perror.c b/extra/perror.c index de8a9b8a0c3..c4ee6087d50 100644 --- a/extra/perror.c +++ b/extra/perror.c @@ -34,7 +34,6 @@ static my_bool verbose, print_all_codes; #include "../include/my_base.h" #include "../mysys/my_handler_errors.h" -// #include "../include/my_compare.h" #ifdef WITH_NDBCLUSTER_STORAGE_ENGINE static my_bool ndb_code; |