We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 846c5ed commit 1be1675Copy full SHA for 1be1675
EXTERN.h
@@ -55,14 +55,6 @@
55
# endif
56
#endif
57
58
-#ifndef EXTERN_C
59
-# ifdef __cplusplus
60
-# define EXTERN_C extern "C"
61
-# else
62
-# define EXTERN_C extern
63
-# endif
64
-#endif
65
-
66
#undef INIT
67
#define INIT(x)
68
INTERN.h
@@ -48,14 +48,6 @@
48
49
50
51
52
53
54
#define INIT(x) = x
0 commit comments