Skip to content

xfree86: x86emu: drop unnecessary extern C from debug.h

Enrico Weigelt requested to merge metux/xserver:submit/clean-debug.h-cxx into master

Since we're not using C++ code, thus no trouble w/ name mangling, we don't need explicit extern "C" { ... } sections in the code. (If we would, we have to have it in many other places, too)

Signed-off-by: Enrico Weigelt, metux IT consult info@metux.net

Merge request reports