Skip to content

define a vlc_restrict that can be used in C++ code when possible

Steve Lhomme requested to merge robUx4/vlc:vlc_restrict into master

...and doesn't cause compilation errors on standard C11/C++14 compilers.

We don't need to rely on the bogus AC_C_RESTRICT.

Fixes #27741

Merge request reports