aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/pcre
diff options
context:
space:
mode:
authorleo <leo@yandex-team.ru>2022-02-10 16:46:40 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:46:40 +0300
commit99609724f661f7e21d1cb08e8d80e87c3632fdb3 (patch)
tree49e222ea1c5804306084bb3ae065bb702625360f /contrib/libs/pcre
parent980edcd3304699edf9d4e4d6a656e585028e2a72 (diff)
downloadydb-99609724f661f7e21d1cb08e8d80e87c3632fdb3.tar.gz
Restoring authorship annotation for <leo@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'contrib/libs/pcre')
-rw-r--r--contrib/libs/pcre/pcre_internal.h6
-rw-r--r--contrib/libs/pcre/ya.make6
2 files changed, 6 insertions, 6 deletions
diff --git a/contrib/libs/pcre/pcre_internal.h b/contrib/libs/pcre/pcre_internal.h
index 011a05e75a..97ff55d03b 100644
--- a/contrib/libs/pcre/pcre_internal.h
+++ b/contrib/libs/pcre/pcre_internal.h
@@ -174,7 +174,7 @@ PCRE_EXP_DATA_DEFN only if they are not already set. */
/* When compiling with the MSVC compiler, it is sometimes necessary to include
a "calling convention" before exported function names. (This is secondhand
information; I know nothing about MSVC myself). For example, something like
-
+
void __cdecl function(....)
might be needed. In order so make this easy, all the exported functions have
@@ -183,8 +183,8 @@ set, we ensure here that it has no effect. */
#ifndef PCRE_CALL_CONVENTION
#define PCRE_CALL_CONVENTION
-#endif
-
+#endif
+
/* We need to have types that specify unsigned 8, 16 and 32-bit integers. We
cannot determine these outside the compilation (e.g. by running a program as
part of "configure") because PCRE is often cross-compiled for use on other
diff --git a/contrib/libs/pcre/ya.make b/contrib/libs/pcre/ya.make
index 085d3c28d2..85ae150697 100644
--- a/contrib/libs/pcre/ya.make
+++ b/contrib/libs/pcre/ya.make
@@ -29,10 +29,10 @@ NO_COMPILER_WARNINGS()
NO_RUNTIME()
-CFLAGS(
+CFLAGS(
GLOBAL -DPCRE_STATIC
- -DHAVE_CONFIG_H
-)
+ -DHAVE_CONFIG_H
+)
# JIT adds ≈108KB to binary size which may be critical for mobile and embedded devices binary distributions
DEFAULT(ARCADIA_PCRE_ENABLE_JIT yes)