Skip to content

Commit 8de8862

Browse files
committed
Don't use c++ keywords (grrrrr!)
1 parent ca1761d commit 8de8862

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/gpuarray/extension.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ extern "C" {
2020
#define GPUARRAY_CUDA_WAIT_WRITE 0x20000 /* CUDA_WAIT_WRITE */
2121

2222
typedef struct _GpuArrayIpcMemHandle {
23-
char private[64];
23+
char priv[64];
2424
} GpuArrayIpcMemHandle;
2525

2626
/**

0 commit comments

Comments
 (0)