xbps_find_pkg_deps: simplify, fix multi-repo bug, add debugging.
--HG-- extra : convert_revision : xtraeme%40gmail.com-20091121061242-22ow43an9ksa8y0b
This commit is contained in:
@ -69,6 +69,12 @@
|
||||
#define __UNCONST(a) ((void *)(unsigned long)(const void *)(a))
|
||||
#endif
|
||||
|
||||
#ifdef DEBUG
|
||||
#define DPRINTF(x) printf x
|
||||
#else
|
||||
#define DPRINTF(x)
|
||||
#endif
|
||||
|
||||
#if __GNUC__ >= 4
|
||||
#define SYMEXPORT __attribute__ ((visibility("default")))
|
||||
#else
|
||||
|
Reference in New Issue
Block a user