diff options
author | lenz@mysql.com <> | 2003-03-06 13:51:37 +0100 |
---|---|---|
committer | lenz@mysql.com <> | 2003-03-06 13:51:37 +0100 |
commit | 113e499b433391d6748e14971d6bcc4873b2e0db (patch) | |
tree | 5014f882e1a9c5827918bbdc797374f99b68801c /client | |
parent | daeb031925855120a2d743fdb7a008c6ad23d9e1 (diff) | |
download | mariadb-git-113e499b433391d6748e14971d6bcc4873b2e0db.tar.gz |
- Changed C++-style comments to C-style comments to make IBM compiler happy
Diffstat (limited to 'client')
-rw-r--r-- | client/mysqldump.c | 2 | ||||
-rw-r--r-- | client/mysqlshow.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/client/mysqldump.c b/client/mysqldump.c index 1e0f68eb94e..49bc56890fb 100644 --- a/client/mysqldump.c +++ b/client/mysqldump.c @@ -1480,7 +1480,7 @@ static ulong find_set(TYPELIB *lib, const char *x, uint length, uint find; char buff[255]; - *err_pos= 0; // No error yet + *err_pos= 0; /* No error yet */ while (end > x && my_isspace(system_charset_info, end[-1])) end--; diff --git a/client/mysqlshow.c b/client/mysqlshow.c index e6e21f177ef..9b376872ff8 100644 --- a/client/mysqlshow.c +++ b/client/mysqlshow.c @@ -89,7 +89,7 @@ int main(int argc, char **argv) } *to= *pos; } - *to= *pos; // just to copy a '\0' if '\\' was used + *to= *pos; /* just to copy a '\0' if '\\' was used */ } if (first_argument_uses_wildcards) wild= argv[--argc]; |