diff options
| author | tylov <[email protected]> | 2023-07-31 08:37:59 +0200 |
|---|---|---|
| committer | tylov <[email protected]> | 2023-07-31 08:37:59 +0200 |
| commit | cd9d0f984e678691855787a2fa855ccd5876425f (patch) | |
| tree | c23cff610a399ef6b3716268863a4450c72c5e7c /include | |
| parent | e6003c0ecfd7e76803bac7d98feca814997e8a86 (diff) | |
| download | STC-modified-cd9d0f984e678691855787a2fa855ccd5876425f.tar.gz STC-modified-cd9d0f984e678691855787a2fa855ccd5876425f.zip | |
Renamed cco_generator() => cco_iter_struct(). More in line with cco_task_struct() macro.
Diffstat (limited to 'include')
| -rw-r--r-- | include/stc/coroutine.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/stc/coroutine.h b/include/stc/coroutine.h index 7917878a..146f3efb 100644 --- a/include/stc/coroutine.h +++ b/include/stc/coroutine.h @@ -135,7 +135,7 @@ typedef enum { * Generators */ -#define cco_generator(Name, ...) \ +#define cco_iter_struct(Name, ...) \ typedef Name Name##_value; \ typedef struct { \ Name##_value* ref; \ |
