Changeset 40c5e311a891e372d5370e352f37231f70701098
- Timestamp:
- 02/18/08 21:25:57
(5 years ago)
- Author:
- Theo Schlossnagle <jesus@omniti.com>
- git-committer:
- Theo Schlossnagle <jesus@omniti.com> 1203369957 +0000
- git-parent:
[e9e34e93fc6277f41f6f5165863408f7a66bcc21]
- git-author:
- Theo Schlossnagle <jesus@omniti.com> 1203369957 +0000
- Message:
remove returns 0 or 1 now (worked or didn't).
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| re5a6938 |
r40c5e31 |
|
| 314 | 314 | } |
|---|
| 315 | 315 | if(!sl->top) sl->bottom = NULL; |
|---|
| 316 | | assert(sl->height>=0); |
|---|
| 317 | | return sl->height; |
|---|
| | 316 | return 1; |
|---|
| 318 | 317 | } |
|---|
| 319 | 318 | int noit_skiplist_remove_compare(noit_skiplist *sli, |
|---|