Index: uspace/lib/c/include/macros.h
===================================================================
--- uspace/lib/c/include/macros.h	(revision e2a6b727e4e48e0863bbeff4eadd944af3ceecdd)
+++ uspace/lib/c/include/macros.h	(revision c2b2de7ea7c77612cde2379131a6f1e3b0544307)
@@ -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__)
 
 /** @}
