Re-normalizing the repo

This commit is contained in:
Ming, Bai
2013-01-08 22:40:58 +08:00
parent f3192c2293
commit b4de7cce57
3080 changed files with 1631515 additions and 1631515 deletions

View File

@@ -1,5 +1,5 @@
#ifndef _LINUX_RBTREE_H
#define _LINUX_RBTREE_H
#define _LINUX_RBTREE_H
#if defined (__GNUC__)
#elif defined (MSVC)
@@ -17,11 +17,11 @@ struct rb_node {
struct rb_root {
struct rb_node *rb_node; /* root of the tree */
};
};
#ifndef NULL
#define NULL ((void *)0)
#endif
#define NULL ((void *)0)
#endif
#if defined (__GNUC__)
#define RB_ROOT ((struct rb_root){NULL})