summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/mfluadir/otfcc/include/caryll/ownership.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/web2c/mfluadir/otfcc/include/caryll/ownership.h')
-rw-r--r--Build/source/texk/web2c/mfluadir/otfcc/include/caryll/ownership.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/mfluadir/otfcc/include/caryll/ownership.h b/Build/source/texk/web2c/mfluadir/otfcc/include/caryll/ownership.h
new file mode 100644
index 00000000000..694927f7bc2
--- /dev/null
+++ b/Build/source/texk/web2c/mfluadir/otfcc/include/caryll/ownership.h
@@ -0,0 +1,11 @@
+#ifndef CARYLL_INCLUDE_OWNERSHIP_H
+#define CARYLL_INCLUDE_OWNERSHIP_H
+
+#define OWNING /*owning*/
+#define MOVE /*move*/
+#define OBSERVE /*shared*/ const
+#define MODIFY /*modify*/
+#define COPY /*shared*/
+#define OUT /*shared*/
+
+#endif