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.
2 parents c4ac02a + ce4668a commit 33873b8Copy full SHA for 33873b8
ReactiveObjC/extobjc/metamacros.h
@@ -6,9 +6,6 @@
6
* Released under the MIT license
7
*/
8
9
-#ifndef EXTC_METAMACROS_H
10
-#define EXTC_METAMACROS_H
11
-
12
/**
13
* Executes one or more expressions (which may have a void type, such as a call
14
* to a function that returns no value) and always returns true.
@@ -662,5 +659,3 @@ metamacro_if_eq(0, 1)(true)(false)
662
659
#define metamacro_drop18(...) metamacro_drop17(metamacro_tail(__VA_ARGS__))
663
660
#define metamacro_drop19(...) metamacro_drop18(metamacro_tail(__VA_ARGS__))
664
661
#define metamacro_drop20(...) metamacro_drop19(metamacro_tail(__VA_ARGS__))
665
666
-#endif
0 commit comments