From 2d10422daab4b63307f3c1d9a6c08ee2c1b7c72e Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 15 Oct 2011 11:33:40 +0200 Subject: Add support for readonly members New pragma: readonly. New test: readonly. --- common/makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'common/makefile') 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 -- cgit v1.1