0694a66e8e
> jurt/source/pipe/staticsalhack.cxx:62:
> sal/rtl/ustrbuf.cxx:29:9: error: 'RTL_LOG_STRING_BITS' macro redefined [-Werror,-Wmacro-redefined]
> #define RTL_LOG_STRING_BITS 16
> ^
> sal/rtl/strbuf.cxx:27:9: note: previous definition is here
> #define RTL_LOG_STRING_BITS 8
> ^
> In file included from jurt/source/pipe/staticsalhack.cxx:62:
> sal/rtl/ustrbuf.cxx:29:9: error: duplicate defines [loplugin:duplicatedefines]
> #define RTL_LOG_STRING_BITS 16
> ^
> sal/rtl/strbuf.cxx:27:9: note: previous define [loplugin:duplicatedefines]
> #define RTL_LOG_STRING_BITS 8
> ^
after 22de5757a2
"Deduplicate string buffer code"
Change-Id: I5e6883effea0ce53c96cb5da8e02142450216ad4
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/130711
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
97 lines
2.9 KiB
C++
97 lines
2.9 KiB
C++
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
|
|
/*
|
|
* This file is part of the LibreOffice project.
|
|
*
|
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
*/
|
|
|
|
#define NO_CHILD_PROCESSES
|
|
#undef SAL_LOG_INFO
|
|
#undef SAL_LOG_WARN
|
|
|
|
#include <sal/config.h>
|
|
|
|
#include <cstdlib>
|
|
|
|
#include <config_probes.h>
|
|
|
|
#include <sal/rtl/strbuf.cxx>
|
|
#if USE_SDT_PROBES
|
|
#undef RTL_LOG_STRING_BITS
|
|
#endif
|
|
#include <sal/rtl/string.cxx>
|
|
#if USE_SDT_PROBES
|
|
#undef RTL_LOG_STRING_BITS
|
|
#endif
|
|
#include <sal/rtl/ustrbuf.cxx>
|
|
#if USE_SDT_PROBES
|
|
#undef RTL_LOG_STRING_BITS
|
|
#endif
|
|
#include <sal/rtl/ustring.cxx>
|
|
#if USE_SDT_PROBES
|
|
#undef RTL_LOG_STRING_BITS
|
|
#endif
|
|
|
|
#include <sal/osl/all/mutexshared.cxx>
|
|
#include <sal/osl/unx/conditn.cxx>
|
|
#include <sal/osl/unx/file.cxx>
|
|
#include <sal/osl/unx/file_error_transl.cxx>
|
|
#include <sal/osl/unx/file_misc.cxx>
|
|
#include <sal/osl/unx/file_path_helper.cxx>
|
|
#include <sal/osl/unx/file_stat.cxx>
|
|
#include <sal/osl/unx/file_url.cxx>
|
|
#include <sal/osl/unx/memory.cxx>
|
|
#include <sal/osl/unx/module.cxx>
|
|
#include <sal/osl/unx/mutex.cxx>
|
|
#include <sal/osl/unx/nlsupport.cxx>
|
|
#include <sal/osl/unx/pipe.cxx>
|
|
#include <sal/osl/unx/process.cxx>
|
|
#include <sal/osl/unx/process_impl.cxx>
|
|
#include <sal/osl/unx/profile.cxx>
|
|
#include <sal/osl/unx/readwrite_helper.cxx>
|
|
#include <sal/osl/unx/security.cxx>
|
|
#include <sal/osl/unx/socket.cxx>
|
|
#include <sal/osl/unx/thread.cxx>
|
|
#include <sal/osl/unx/uunxapi.cxx>
|
|
#include <sal/rtl/alloc_arena.cxx>
|
|
#include <sal/rtl/alloc_cache.cxx>
|
|
#include <sal/rtl/alloc_fini.cxx>
|
|
#include <sal/rtl/alloc_global.cxx>
|
|
#include <sal/rtl/bootstrap.cxx>
|
|
#include <sal/rtl/byteseq.cxx>
|
|
#include <sal/rtl/hash.cxx>
|
|
#include <sal/rtl/locale.cxx>
|
|
#include <sal/rtl/math.cxx>
|
|
#include <sal/rtl/strimp.cxx>
|
|
#include <sal/rtl/uri.cxx>
|
|
#include <sal/textenc/converter.cxx>
|
|
#include <sal/textenc/convertsimple.cxx>
|
|
#include <sal/textenc/handleundefinedunicodetotextchar.cxx>
|
|
#include <sal/textenc/tcvtutf8.cxx>
|
|
#include <sal/textenc/tencinfo.cxx>
|
|
#include <sal/textenc/textcvt.cxx>
|
|
#include <sal/textenc/textenc.cxx>
|
|
#include <sal/textenc/unichars.cxx>
|
|
|
|
#if defined MACOSX
|
|
#include <sal/osl/unx/osxlocale.cxx>
|
|
#include <sal/osl/unx/system.cxx>
|
|
#endif
|
|
|
|
// Called from FullTextEncodingData::get in sal/textenc/textenc.cxx, but only
|
|
// defined for ANDROID (in ANDROID-specific sal/textenc/tables.cxx); would even
|
|
// work to leave it undefined for LINUX due to no '-z defs' under -fsanitize=*
|
|
// (solenv/gbuild/platform/linux.mk), but not for MACOSX:
|
|
extern "C" ImplTextEncodingData const* sal_getFullTextEncodingData(rtl_TextEncoding)
|
|
{
|
|
std::abort();
|
|
}
|
|
|
|
#pragma clang diagnostic ignored "-Weverything"
|
|
extern "C" {
|
|
#include <src/dtoa.c> // workdir/UnpackedTarball/dtoa/src/dtoa.c
|
|
}
|
|
|
|
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|