diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-03-03 13:27:04 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-03-03 13:27:04 +0100 |
commit | 5742868ccf030b2c0f03538d030bd18bd5666bdb (patch) | |
tree | 0edb481795ea92828d4724933e2115a4ddd43af8 /solenv/bin | |
parent | 1cfedbc960d25ee322b0a0e7aae8dc73758b406e (diff) |
[API CHANGE] Remove SAL_CONSTEXPR again
...now that LIBO_INTERNAL_ONLY always has constexpr support.
It had been added for LO 5.0 (effectively always expanding to nothing for
!LIBO_INTERNAL_ONLY), not wrapped in '#if LIBO_INTERNAL_ONLY' presumably because
it was assumed to be used freely in URE include files, but turned out to be only
used in LIBO_INTERNAL_ONLY code. It is unlikely that any 3rd party code made
use of it.
Change-Id: I68970c5a2e2d7ef68ac5b79efc8dc1de54c43198
Diffstat (limited to 'solenv/bin')
-rwxr-xr-x | solenv/bin/create-tags | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/bin/create-tags b/solenv/bin/create-tags index 639111cb1f77..47400f55c68d 100755 --- a/solenv/bin/create-tags +++ b/solenv/bin/create-tags @@ -12,7 +12,7 @@ if test "$1" = "-e"; then ctags=etags fi -saloptions="-ISAL_DELETED_FUNCTION -ISAL_OVERRIDE -ISAL_FINAL -ISAL_CONSTEXPR" +saloptions="-ISAL_DELETED_FUNCTION -ISAL_OVERRIDE -ISAL_FINAL" omnicppoptions="--c++-kinds=+p --fields=+iaS --extra=+q" $ctags -h "+.hdl.hrc" --langmap=c:+.hrc.src,c++:+.hdl $saloptions $omnicppoptions \ |