We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9d61c9 commit 8290b60Copy full SHA for 8290b60
pyccel/stdlib/ndarrays/ndarrays.h
@@ -10,9 +10,6 @@
10
# include <stdbool.h>
11
# include <stdint.h>
12
13
-#ifdef __cplusplus
14
-extern "C" {
15
-#endif
16
/* mapping the function array_fill to the correct type */
17
# define array_fill(c, arr) _Generic((c), int64_t : _array_fill_int64,\
18
int32_t : _array_fill_int32,\
@@ -149,8 +146,4 @@ int64_t get_index(t_ndarray arr, ...);
149
146
int64_t *numpy_to_ndarray_strides(int64_t *np_strides, int type_size, int nd);
150
147
int64_t *numpy_to_ndarray_shape(int64_t *np_shape, int nd);
151
148
152
153
-}
154
155
-
156
#endif
0 commit comments