diff options
| author | Tyge Løvset <[email protected]> | 2021-09-10 22:50:39 +0200 |
|---|---|---|
| committer | Tyge Løvset <[email protected]> | 2021-09-10 22:50:39 +0200 |
| commit | 19b6ecf211c0c0212744992d991a340d6309311c (patch) | |
| tree | c1495d7aa9a03b9e0936c55fd6ef4c84e71b4de3 /include/stc/forward.h | |
| parent | ad4c5377cf7e2f5812e2053e51550239fcd38d45 (diff) | |
| download | STC-modified-19b6ecf211c0c0212744992d991a340d6309311c.tar.gz STC-modified-19b6ecf211c0c0212744992d991a340d6309311c.zip | |
Added forward_cqueue() type pre-declaration support.
Diffstat (limited to 'include/stc/forward.h')
| -rw-r--r-- | include/stc/forward.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/stc/forward.h b/include/stc/forward.h index 78bc9173..5877d390 100644 --- a/include/stc/forward.h +++ b/include/stc/forward.h @@ -36,7 +36,7 @@ #define forward_csptr(TAG, VAL) _csptr_types(csptr_##TAG, VAL)
#define forward_cpque(TAG, VAL) _c_cpque_types(cpque_##TAG, VAL)
#define forward_cstack(TAG, VAL) _c_cstack_types(cstack_##TAG, VAL)
-//#define forward_cqueue(TAG, VAL) _c_cqueue_types(cqueue_##TAG, VAL)
+#define forward_cqueue(TAG, VAL) _c_cdeq_types(cqueue_##TAG, VAL)
#define forward_cvec(TAG, VAL) _c_cvec_types(cvec_##TAG, VAL)
#ifndef MAP_SIZE_T
|
