summaryrefslogtreecommitdiffhomepage
path: root/include/stc/extend.h
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2023-06-20 15:28:02 +0200
committerTyge Løvset <[email protected]>2023-06-20 15:28:02 +0200
commitde4f8fa86f141dfeab15f5576029910474f56fa1 (patch)
tree930f8ecb0a2765d4834aa34f6ac538096454816c /include/stc/extend.h
parentb617eded8cee98dd3ff9ac896328b172d37fcf91 (diff)
downloadSTC-modified-de4f8fa86f141dfeab15f5576029910474f56fa1.tar.gz
STC-modified-de4f8fa86f141dfeab15f5576029910474f56fa1.zip
Internal only:
Renamed _cx_memb() macro to _cx_MEMB() Renamed _cx_self macro to _cx_Self
Diffstat (limited to 'include/stc/extend.h')
-rw-r--r--include/stc/extend.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/stc/extend.h b/include/stc/extend.h
index f697d2b3..f9ac92bf 100644
--- a/include/stc/extend.h
+++ b/include/stc/extend.h
@@ -54,7 +54,7 @@ typedef struct {
i_type get;
} c_PASTE(i_type, _ext);
-#define c_extend(self) c_container_of(self, _cx_memb(_ext), get)
+#define c_extend(self) c_container_of(self, _cx_MEMB(_ext), get)
#define i_is_forward
#define _i_inc <stc/i_base.h>