]> git.ipfire.org Git - thirdparty/libsolv.git/commitdiff
TYPE_xxx should be enum, no ?
authorKlaus Kaempf <kkaempf@suse.de>
Thu, 14 Feb 2008 13:34:26 +0000 (13:34 +0000)
committerKlaus Kaempf <kkaempf@suse.de>
Thu, 14 Feb 2008 13:34:26 +0000 (13:34 +0000)
src/pool.h

index 6b344733f60eb329cac790453a17ba99f5b8cdd2..e4056964b4b8bd64bcfcf70ccebc545202bba4c0 100644 (file)
@@ -147,6 +147,8 @@ struct _Pool {
    example would be the media number.  The actual value is encoded in the
    SIZE member of the key structure.  Be warned: careless use of this
    leads to combinatoric explosion of number of schemas.  */
+
+/* FIXME: Should be 'enum' */
 #define TYPE_VOID               0
 #define TYPE_ID                        1
 #define TYPE_IDARRAY           2