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:
@ -43,6 +43,6 @@ int main(int argc, char *argv[])
|
||||
azclose(&foo);
|
||||
azclose(&foo1);
|
||||
|
||||
//unlink("test");
|
||||
/* unlink("test"); */
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user