Added init function to appender. This fixes ir_snprintf, since the
[libfirm] / ir / adt / fourcc.h
index 3d04f7a..a0d9f95 100644 (file)
@@ -12,6 +12,8 @@
 #ifndef _FOURCC_H
 #define _FOURCC_H
 
+
+/* define an always readable fourcc code */
 #define FOURCC(a,b,c,d)         ((a) | ((b) << 8) | ((c) << 16) | ((d) << 24))
 
 #endif /* _FOURCC_H */