mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 13:02:28 +01:00
5dec0c9637
Fix various mismatches between function's language linkage. Any particular function that is declared in C++ but should be callable from C must have C linkage. Note that function types with different linkages are also distinct. Thus, if a function type is declared in C code, it will have C linkage (same if declared in a extern "C" block). |
||
---|---|---|
.. | ||
libedit | ||
readline | ||
Makefile.am |