From 91e79fc60713c1f09e940a7ee83ff2f8aa4f9d69 Mon Sep 17 00:00:00 2001 From: Tyge Løvset Date: Sat, 31 Dec 2022 09:41:24 +0100 Subject: Internally renamed ccommon.h macros to uppercase. Lowercase macros are still supported via include/stc/priv/lowcase.h. --- include/stc/cqueue.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/stc/cqueue.h') diff --git a/include/stc/cqueue.h b/include/stc/cqueue.h index 0c0df063..319b5b47 100644 --- a/include/stc/cqueue.h +++ b/include/stc/cqueue.h @@ -33,7 +33,7 @@ int main() { stc64_t rng = stc64_new(1234); stc64_uniform_t dist = stc64_uniform_new(0, n); - c_auto (cqueue_int, Q) + c_AUTO (cqueue_int, Q) { // Push ten million random numbers onto the queue. for (int i=0; i