summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2019-03-28 11:11:52 -0700
committerBehdad Esfahbod <behdad@behdad.org>2019-03-28 13:44:59 -0700
commit8665b9b0a24e4d46e486057d72c0486b9da16523 (patch)
treed1276dd28434eae4b433a77c086f21b18acb5ce9
parenta7eed7e41dba8e583a9c740a4ca7ddf53e77de63 (diff)
Comment
-rw-r--r--src/hb.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/hb.hh b/src/hb.hh
index 67f09b98..ec24c1ae 100644
--- a/src/hb.hh
+++ b/src/hb.hh
@@ -214,6 +214,7 @@ extern "C" int hb_memalign_impl(void **memptr, size_t alignment, size_t size);
* Compiler attributes
*/
+/* https://github.com/harfbuzz/harfbuzz/issues/1634 */
#if __cplusplus < 201103L && !defined(_MSC_VER)
#ifndef nullptr