Skip to content

Commit

Permalink
Merge pull request #293 from DrTimothyAldenDavis/dev3
Browse files Browse the repository at this point in the history
sync with paru_dev2
  • Loading branch information
DrTimothyAldenDavis authored May 23, 2024
2 parents 5a97358 + 349d14b commit 9f2c7d1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions Config/GraphBLAS.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,6 @@
#ifndef GRAPHBLAS_H
#define GRAPHBLAS_H

#if defined ( __cplusplus )
extern "C"
{
#endif

//==============================================================================
//=== GraphBLAS macros, typedefs, enums, and global variables =================
//==============================================================================
Expand Down Expand Up @@ -2682,6 +2677,11 @@ GrB_Format ;
// GraphBLAS/CUDA, since they do not need access these definitions. User
// applications have access to these methods.

#if defined ( __cplusplus )
extern "C"
{
#endif

#ifndef GB_CUDA_FOLDER

//==============================================================================
Expand Down
10 changes: 5 additions & 5 deletions Include/GraphBLAS.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,6 @@
#ifndef GRAPHBLAS_H
#define GRAPHBLAS_H

#if defined ( __cplusplus )
extern "C"
{
#endif

//==============================================================================
//=== GraphBLAS macros, typedefs, enums, and global variables =================
//==============================================================================
Expand Down Expand Up @@ -2682,6 +2677,11 @@ GrB_Format ;
// GraphBLAS/CUDA, since they do not need access these definitions. User
// applications have access to these methods.

#if defined ( __cplusplus )
extern "C"
{
#endif

#ifndef GB_CUDA_FOLDER

//==============================================================================
Expand Down

0 comments on commit 9f2c7d1

Please sign in to comment.