used new set_irg_doms_inconsistent() to invalidate dom and postdom
[libfirm] / ir / adt / fourcc.h
index a0d9f95..8b5a7cb 100644 (file)
@@ -12,8 +12,7 @@
 #ifndef _FOURCC_H
 #define _FOURCC_H
 
-
-/* define an always readable fourcc code */
+/** define a readable fourcc code */
 #define FOURCC(a,b,c,d)         ((a) | ((b) << 8) | ((c) << 16) | ((d) << 24))
 
 #endif /* _FOURCC_H */