diff options
author | Abseil Team <absl-team@google.com> | 2017-11-07T12·53-0800 |
---|---|---|
committer | katzdm <katzdm@google.com> | 2017-11-07T16·03-0500 |
commit | ee2e3f667fca30b2cc754d560052204090e2a402 (patch) | |
tree | 4bd839ef9bed849679a110f5b11ec4539fcf1c22 /absl/numeric/int128_have_intrinsic.inc | |
parent | 075cf62092b39b640798f70bf7d16b6c82ca2842 (diff) |
Changes imported from Abseil "staging" branch:
- 3eaa80f3372d679f9c7ecd7661971d7a4ee3766a Include implementation files in header. by Alex Strelnikov <strel@google.com> GitOrigin-RevId: 3eaa80f3372d679f9c7ecd7661971d7a4ee3766a Change-Id: Ib77722fc43798a7321443eced4eb9da2b7e40064
Diffstat (limited to 'absl/numeric/int128_have_intrinsic.inc')
-rw-r--r-- | absl/numeric/int128_have_intrinsic.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/absl/numeric/int128_have_intrinsic.inc b/absl/numeric/int128_have_intrinsic.inc index bb6491e178ab..49bde0767870 100644 --- a/absl/numeric/int128_have_intrinsic.inc +++ b/absl/numeric/int128_have_intrinsic.inc @@ -1,3 +1,3 @@ // This file will contain :int128 implementation details that depend on internal // representation when ABSL_HAVE_INTRINSIC_INT128 is defined. This file will be -// included by int128.h. \ No newline at end of file +// included by int128.h. |