- fixed alot of bugs in child_proposal
- near to working state ;-)
This commit is contained in:
@@ -189,6 +189,11 @@
|
||||
*/
|
||||
#define min(x,y) (x < y ? x : y)
|
||||
|
||||
/**
|
||||
* Debug macro to follow control flow
|
||||
*/
|
||||
#define POS printf("%s, line %d\n", __FILE__, __LINE__)
|
||||
|
||||
/**
|
||||
* Papping entry which defines the end of a mapping_t array.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user