diff options
author | Michael Meeks <michael.meeks@suse.com> | 2012-11-22 11:08:06 +0000 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2012-11-22 12:13:21 +0000 |
commit | c90f5c66512f35025d7ecc6ad5eae9ccef6c1290 (patch) | |
tree | 192bdb941b5b057b5c5c3e32bcbebe5b0bf273d2 /solenv/gbuild | |
parent | 0a14f43e69112073dd093ad26520527754feb9de (diff) |
create SAL_DEPRECATED_INTERNAL for annotating API
It flags methods that we don't want used externally, but havn't
finished removing internally.
Change-Id: I818ee0ea2bf5294be816256a0e7f1868f26806b8
Diffstat (limited to 'solenv/gbuild')
-rw-r--r-- | solenv/gbuild/gbuild.mk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/solenv/gbuild/gbuild.mk b/solenv/gbuild/gbuild.mk index 521d4bd38e57..b9f8d750b626 100644 --- a/solenv/gbuild/gbuild.mk +++ b/solenv/gbuild/gbuild.mk @@ -231,6 +231,11 @@ gb_GLOBALDEFS := \ $(gb_COMPILERDEFS) \ $(gb_CPUDEFS) \ +# This is used to tag deprecation for API we want to +# ensure is not used at all externally while we clean +# out our internal usage. +gb_GLOBALDEFS += \ + -DLIBO_INTERNAL_ONLY \ ifeq ($(gb_ENABLE_DBGUTIL),$(true)) gb_GLOBALDEFS += -DDBG_UTIL \ |