projects
/
dana
/
cg-glib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e6ef6d9
)
The maximum in-degree of a node is now 3: its parent, and each of its children.
author
Dana Jansens
<danakj@orodu.net>
Mon, 2 Nov 2009 21:13:52 +0000
(16:13 -0500)
committer
Dana Jansens
<danakj@orodu.net>
Thu, 12 Nov 2009 21:54:06 +0000
(16:54 -0500)
glib/gtree.c
patch
|
blob
|
history
diff --git
a/glib/gtree.c
b/glib/gtree.c
index 3a6daf894161a39818f6fdf07bb7b4961b44fac0..368fba95c469f9b39c9081591ff4afa70f218f1c 100644
(file)
--- a/
glib/gtree.c
+++ b/
glib/gtree.c
@@
-36,7
+36,7
@@
#undef G_TREE_DEBUG
#define MAX_OUT_DEGREE 3
-#define MAX_IN_DEGREE
5
+#define MAX_IN_DEGREE
3
typedef struct _GTreeRootVersion GTreeRootVersion;
typedef struct _GTreeNodeVersion GTreeNodeVersion;