aboutsummaryrefslogtreecommitdiff
path: root/common/makefile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-04-22 14:07:33 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-04-22 14:07:33 +0200
commitd0f0e168cac3d117f64fddcca638a18fc4309ba1 (patch)
tree90a23287b37065aeb99a597c5bc6273b9efbbf07 /common/makefile
parent6aca63b74d4fff54b89112bda3ec3ba258a073c1 (diff)
Initial support for non-polymorphic inheritance
Every class gets a separate table. New test: common/inheritance.
Diffstat (limited to 'common/makefile')
-rw-r--r--common/makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/makefile b/common/makefile
index 317c49e..394f261 100644
--- a/common/makefile
+++ b/common/makefile
@@ -12,6 +12,7 @@ const \
container \
ctor \
enum \
+inheritance \
inverse \
lazy-ptr \
lifecycle \