aboutsummaryrefslogtreecommitdiff
path: root/common/makefile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-10-15 11:33:40 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-10-21 20:05:46 +0200
commit2d10422daab4b63307f3c1d9a6c08ee2c1b7c72e (patch)
tree67bc06008d8c018462d34349613bcc4787b8982e /common/makefile
parent86efa49eec74c114b023d532b3e953017a99b9ee (diff)
Add support for readonly members
New pragma: readonly. New test: readonly.
Diffstat (limited to 'common/makefile')
-rw-r--r--common/makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/makefile b/common/makefile
index ce73bd5..547e764 100644
--- a/common/makefile
+++ b/common/makefile
@@ -20,6 +20,7 @@ inverse \
lazy-ptr \
lifecycle \
query \
+readonly \
relationship \
relationship-query \
schema \
@@ -37,6 +38,7 @@ auto \
container \
lazy-ptr \
lifecycle \
+readonly \
schema \
wrapper