X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fpool.h;h=3eeea0604f6a76230cf2461ec6641ed34256dc8d;hb=97330b5a608c2213fdf3f49bfbaa268bf9627920;hp=1ae3b11ad941c9c203dc43d79ccd1e8f61482cbd;hpb=e197f682d93362b26879b545062694a050a4c4b4;p=platform%2Fupstream%2Flibsolv.git diff --git a/src/pool.h b/src/pool.h index 1ae3b11..3eeea06 100644 --- a/src/pool.h +++ b/src/pool.h @@ -228,6 +228,7 @@ struct _Pool { #define REL_KIND 24 /* for filters only */ #define REL_MULTIARCH 25 /* debian multiarch annotation */ #define REL_ELSE 26 /* only as evr part of REL_COND */ +#define REL_ERROR 27 /* parse errors and the like */ #if !defined(__GNUC__) && !defined(__attribute__) # define __attribute__(x)