]> git.saurik.com Git - cydia.git/blobdiff - UICaboodle/UICaboodle.h
Moved /notice/ to somewhere with more bandwidth, fixed a typo in Information, updated...
[cydia.git] / UICaboodle / UICaboodle.h
index 499fc23a7172a62a51895c4647ca1e3805d54159..2f636bd41a23d00a58ff2c43468e80f03f2ddeaa 100644 (file)
@@ -22,3 +22,10 @@ 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__)
+
+#define _packed \
+    __attribute__((packed))