]> git.saurik.com Git - cydia.git/commitdiff
Almost forgot the new _label keyword.
authorJay Freeman (saurik) <saurik@saurik.com>
Fri, 16 May 2008 20:55:26 +0000 (20:55 +0000)
committerJay Freeman (saurik) <saurik@saurik.com>
Thu, 30 Sep 2010 07:08:06 +0000 (07:08 +0000)
UICaboodle/UICaboodle.h

index 499fc23a7172a62a51895c4647ca1e3805d54159..e0b9af8ff317266c08ceaedfc59a918363da3e99 100644 (file)
@@ -22,3 +22,7 @@ while (false)
 #define _not(type) ((type) ~ (type) 0)
 
 #define _transient
 #define _not(type) ((type) ~ (type) 0)
 
 #define _transient
+
+#define _label__(x) _label ## x
+#define _label_(y) _label__(y)
+#define _label _label_(__LINE__)