diff options
| author | Tyge Lovset <[email protected]> | 2023-05-19 04:00:48 +0200 |
|---|---|---|
| committer | Tyge Lovset <[email protected]> | 2023-05-19 04:00:48 +0200 |
| commit | 424e522d6f081bb8649777a3376e1dd5913daac8 (patch) | |
| tree | e60d419477111ad0a4cc49e489fdd4a09389c905 /include/stc/cqueue.h | |
| parent | c94e7b91d552a05d49e1cc3859f80e9f20406b48 (diff) | |
| download | STC-modified-424e522d6f081bb8649777a3376e1dd5913daac8.tar.gz STC-modified-424e522d6f081bb8649777a3376e1dd5913daac8.zip | |
Fixed an iter return bug in cdeq_insert_uninit().
Diffstat (limited to 'include/stc/cqueue.h')
| -rw-r--r-- | include/stc/cqueue.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/stc/cqueue.h b/include/stc/cqueue.h index d880d1fd..840c4fa6 100644 --- a/include/stc/cqueue.h +++ b/include/stc/cqueue.h @@ -210,7 +210,6 @@ _cx_memb(_clone)(_cx_self cx) { out.end = sz; return out; } - #endif // i_no_clone #endif // IMPLEMENTATION #include "priv/template2.h" |
