Remove "C" linkages (#781)

* Remove extern C linkages

* Update crc32 to cpp and remove extern C linkage
This commit is contained in:
Ankit Goyal
2020-05-20 18:46:19 +05:30
committed by GitHub
parent 223c43b7d9
commit 4fbcd96e7f
74 changed files with 140 additions and 440 deletions

View File

@@ -55,10 +55,6 @@
#include <CL/cl_platform.h>
#endif
#ifdef __cplusplus
extern "C" {
#endif
/*
* Interfaces here have been modified from original sources so that they
* are safe to call reentrantly, so long as a different MTdata is used
@@ -92,10 +88,6 @@ double genrand_real3( MTdata /*data*/);
double genrand_res53( MTdata /*data*/ );
#ifdef __cplusplus
}
#endif
#ifdef __cplusplus
#include <cassert>