Minor
This commit is contained in:
parent
35503d7d73
commit
e952075248
|
@ -384,9 +384,9 @@ dump_use_data_SOURCES = dump-use-data.cc hb-ot-shape-complex-use-table.cc
|
||||||
dump_use_data_CPPFLAGS = $(HBCFLAGS)
|
dump_use_data_CPPFLAGS = $(HBCFLAGS)
|
||||||
dump_use_data_LDADD = libharfbuzz.la $(HBLIBS)
|
dump_use_data_LDADD = libharfbuzz.la $(HBLIBS)
|
||||||
|
|
||||||
compiled_tests = test-iter test-ot-tag test-unicode-ranges
|
COMPILED_TESTS = test-iter test-ot-tag test-unicode-ranges
|
||||||
check_PROGRAMS += $(compiled_tests)
|
check_PROGRAMS += $(COMPILED_TESTS)
|
||||||
TESTS += $(compiled_tests)
|
TESTS += $(COMPILED_TESTS)
|
||||||
|
|
||||||
test_iter_SOURCES = test-iter.cc hb-static.cc
|
test_iter_SOURCES = test-iter.cc hb-static.cc
|
||||||
test_iter_CPPFLAGS = $(HBCFLAGS) -DMAIN
|
test_iter_CPPFLAGS = $(HBCFLAGS) -DMAIN
|
||||||
|
|
|
@ -71,7 +71,6 @@ hb_copy (hb_iter_t<D> id, hb_iter_t<S> is)
|
||||||
{
|
{
|
||||||
for (; id && is; ++id, ++is)
|
for (; id && is; ++id, ++is)
|
||||||
*id = *is;
|
*id = *is;
|
||||||
|
|
||||||
return !id;
|
return !id;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue