diff options
author | Tom Hacohen <tom@stosb.com> | 2016-05-12 17:25:52 +0100 |
---|---|---|
committer | Tom Hacohen <tom@stosb.com> | 2016-05-12 17:27:35 +0100 |
commit | b5b4ffa07cb37d42c66cc1c8e3106b45a6de5714 (patch) | |
tree | 1c4c5ca5ea6b36259e59b3c7173557827fabda4a /src/tests/eolian_cxx/d.eo | |
parent | 6cacef250391aea0a62cb888df90679ebb64cd53 (diff) | |
parent | 6bdf4af01695231f53948f78d7f9f4171eb271d8 (diff) | |
download | efl-b5b4ffa07cb37d42c66cc1c8e3106b45a6de5714.tar.gz |
Make "legacy_prefix: null;" the default in eolian and adjust the efl.
This breaks behaviour because it changes the legacy_prefix behaviour to
be null by default. This means that by default legacy functions are not
generated.
This merge includes the changes to eolian and the efl.
Diffstat (limited to 'src/tests/eolian_cxx/d.eo')
-rw-r--r-- | src/tests/eolian_cxx/d.eo | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tests/eolian_cxx/d.eo b/src/tests/eolian_cxx/d.eo index 1a68c91ea9..f4873ae8d7 100644 --- a/src/tests/eolian_cxx/d.eo +++ b/src/tests/eolian_cxx/d.eo @@ -1,6 +1,5 @@ class D (B, C) { - legacy_prefix: null; data: D_Data; implements { Eo.Base.constructor; |