From: Klaus Kaempf Date: Thu, 14 Feb 2008 13:34:26 +0000 (+0000) Subject: TYPE_xxx should be enum, no ? X-Git-Tag: BASE-SuSE-Code-12_1-Branch~930 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8fa5ac7978f19aa75bf6411944d48f2be66de0c0;p=platform%2Fupstream%2Flibsolv.git TYPE_xxx should be enum, no ? --- diff --git a/src/pool.h b/src/pool.h index 6b34473..e405696 100644 --- a/src/pool.h +++ b/src/pool.h @@ -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