Homec4science

Make C headers safe for C++ inclusion.

Authored by Chuck Atkins <chuck.atkins@kitware.com> on Jan 20 2016, 21:50.

Description

Make C headers safe for C++ inclusion.

This commit moves the extern "C" { ... } logic into headers themselves.
This way, it's the headers responsibility to define it's linkage
appropriately and the consuming C and C++ code can both use "#include"
without ifdef guards.

Details

Committed
Chuck Atkins <chuck.atkins@kitware.com>Jan 20 2016, 21:50
Pushed
jungeOct 20 2016, 12:59
Parents
rCADDMESH5a79a0009454: Qhull 2015.2 2016/01/18 (7.2.0)
Branches
Unknown
Tags
Unknown

Event Timeline

Chuck Atkins <chuck.atkins@kitware.com> committed rCADDMESH2681baa63747: Make C headers safe for C++ inclusion. (authored by Chuck Atkins <chuck.atkins@kitware.com>).Jan 20 2016, 21:50