add a static initializer to psplay.h
This commit is contained in:
parent
7d86367909
commit
bfdcbfcb7f
1 changed files with 1 additions and 0 deletions
|
|
@ -51,6 +51,7 @@ struct psplaynode_struct
|
|||
PSplaynode right;
|
||||
};
|
||||
|
||||
#define PSPLAYNODE_INITIALIZER {NULL, NULL}
|
||||
|
||||
/**
|
||||
* Function use to compare keys
|
||||
|
|
|
|||
Loading…
Reference in a new issue