mirror of
git://projects.qi-hardware.com/wernermisc.git
synced 2025-04-21 12:27:27 +03:00
qpkg/: committed some old changes (non-functional)
- TODO: various updates - pkg.h (enum relop): marked rel_lt as deprecated - prereq.c (resolve): instrumentation for chasing a dependencies bug
This commit is contained in:
@@ -31,7 +31,7 @@ enum relop {
|
||||
rel_eq, /* = */
|
||||
rel_ge, /* >= */
|
||||
rel_gg, /* >> */
|
||||
rel_lt, /* < */
|
||||
rel_lt, /* < DEPRECATED */
|
||||
rel_le, /* <= */
|
||||
rel_ll, /* << */
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user