]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/ff-binary.c
xtypes: overflow detection updated
[libucw.git] / ucw / ff-binary.c
index c8c0ff3a6fa3763ceea69f66bb795425b019a782..688d6ae468dfc2ca000874dfb29e738cf14404b9 100644 (file)
@@ -29,6 +29,6 @@ void bput##name##_##endian##_##slow(struct fastbuf *f, type x)        \
 #define FF_ALL(type, name, size) GEN(type,name,size,be) GEN(type,name,size,le)
 
 FF_ALL(int, w, 16)
-FF_ALL(uns, l, 32)
+FF_ALL(uint, l, 32)
 FF_ALL(u64, q, 64)
 FF_ALL(u64, 5, 40)