diff options
| author | Tyge Løvset <[email protected]> | 2023-06-20 16:32:32 +0200 |
|---|---|---|
| committer | Tyge Løvset <[email protected]> | 2023-06-20 16:32:32 +0200 |
| commit | 3fed66750bed9c82a8bb12fd86b963d2f5ec0eb5 (patch) | |
| tree | 4a7c1d3c8a3774915a32f1d5e55846d89ae2c216 /include/stc/cdeq.h | |
| parent | de4f8fa86f141dfeab15f5576029910474f56fa1 (diff) | |
| download | STC-modified-3fed66750bed9c82a8bb12fd86b963d2f5ec0eb5.tar.gz STC-modified-3fed66750bed9c82a8bb12fd86b963d2f5ec0eb5.zip | |
Renamed `i_more` => `i_retain` (avoids undef of template parameters on next STC container inclusion).
Diffstat (limited to 'include/stc/cdeq.h')
| -rw-r--r-- | include/stc/cdeq.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/stc/cdeq.h b/include/stc/cdeq.h index 0eac5a1d..06dfdb82 100644 --- a/include/stc/cdeq.h +++ b/include/stc/cdeq.h @@ -23,11 +23,11 @@ #define _i_prefix cdeq_ #define _pop _pop_front #define _pull _pull_front -#ifdef i_more +#ifdef i_retain #include "cqueue.h" - #define i_more + #define i_retain #else - #define i_more + #define i_retain #include "cqueue.h" #endif #undef _pop |
