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

Do not use C++ style comments (//) in C source (breaks compilation on aix52).

This commit is contained in:
knielsen@mysql.com
2006-01-02 09:58:58 +01:00
parent 62d6f430ee
commit dca88abf12
2 changed files with 2 additions and 2 deletions

View File

@ -43,6 +43,6 @@ int main(int argc, char *argv[])
azclose(&foo);
azclose(&foo1);
//unlink("test");
/* unlink("test"); */
return 0;
}