1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

- Changed C++-style comments to C-style comments to make IBM compiler happy

This commit is contained in:
unknown
2003-03-06 13:51:37 +01:00
parent 9cbc3df7c3
commit 37211b4a03
5 changed files with 23 additions and 23 deletions

View File

@ -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--;