summaryrefslogtreecommitdiff
path: root/absl
diff options
context:
space:
mode:
authorGravatar Derek Mauro <761129+derekmauro@users.noreply.github.com>2021-03-25 09:27:44 -0400
committerGravatar GitHub <noreply@github.com>2021-03-25 09:27:44 -0400
commit997aaf3a28308eba1b9156aa35ab7bca9688e9f6 (patch)
tree719f5ebfd58b8085f10782d74225a076143d9e39 /absl
parent1fdbe1ea1b8c835c11ed6fbec4d4259ad104f765 (diff)
Apply LTS transformations for 20210324 LTS branch (#920)20210324.rc120210324.0
* Apply LTS transformations for 20210324 LTS branch * Change the SOVERSION to make MacOS happy MacOS expects the first part of the SOVERSION to fit into 16 bits.
Diffstat (limited to 'absl')
-rw-r--r--absl/base/options.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/absl/base/options.h b/absl/base/options.h
index 230bf1ee..eca879af 100644
--- a/absl/base/options.h
+++ b/absl/base/options.h
@@ -205,8 +205,8 @@
// be changed to a new, unique identifier name. In particular "head" is not
// allowed.
-#define ABSL_OPTION_USE_INLINE_NAMESPACE 0
-#define ABSL_OPTION_INLINE_NAMESPACE_NAME head
+#define ABSL_OPTION_USE_INLINE_NAMESPACE 1
+#define ABSL_OPTION_INLINE_NAMESPACE_NAME lts_20210324
// ABSL_OPTION_HARDENED
//