Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove cycles in #include files
authorGabriel Corona <gabriel.corona@loria.fr>
Thu, 11 Jun 2015 07:52:15 +0000 (09:52 +0200)
committerGabriel Corona <gabriel.corona@loria.fr>
Thu, 11 Jun 2015 07:55:03 +0000 (09:55 +0200)
commit662a6e6939c1b41ac17141f171627cd59d2938f3
tree25ac9ae55397b60cd2ba6f8e650ddaa676d5cb2b
parentd0c08edb1de2d6c17dfb38bfc3e8057c36b2e92f
Remove cycles in #include files

MacOS X clang is not so happy about typedef-ing xbt_dynar_t twice
(because it's a C11 feature).
buildtools/Cmake/DefinePackages.cmake
include/xbt/base.h [new file with mode: 0644]
include/xbt/dynar.h
include/xbt/function_types.h
include/xbt/misc.h