Index: uspace/lib/c/include/macros.h
===================================================================
--- uspace/lib/c/include/macros.h	(revision b3ab8f744761c03302f241aee1e8934acfb98dc0)
+++ uspace/lib/c/include/macros.h	(revision 71d09d6e1da31c7024293452978a24f0987dfd58)
@@ -62,7 +62,7 @@
 #define _paddname(line) PADD_ ## line ## __
 #define _padd(width, line) uint ## width ## _t _paddname(line)
-#define PADD32(count) _padd(32, __LINE__)[count]
-#define PADD16(count) _padd(16, __LINE__)[count]
-#define PADD8(count) _padd(8, __LINE__)[count]
+#define PADD32 _padd(32, __LINE__)
+#define PADD16 _padd(16, __LINE__)
+#define PADD8 _padd(8, __LINE__)
 
 /** @}
