mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-13 01:59:14 +03:00
b9c753f6f9
In C++, a function declaration with an empty parameter list means that the function takes no arguments. In C, however, it means that the function takes an unspecified number of parameters. What we did previously was therefore non-conforming. This caused a config check to fail in the curl port, as it was able to redeclare `rand` as taking an int parameter. |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
dlfcn_integration.h | ||
dlfcn.cpp | ||
dlfcn.h |