Julian Foad <julian.f...@wandisco.com> writes: >> * subversion/libsvn_subr/subst.c >> (translation_baton): the 'interesting' member is now >> a boolean array. >> (create_translation_baton): adapt initialization code >> (translate_chunk): eliminate call to strchr >> >> patch by stefanfuhrmann < at > alice-dsl.de >> ]]] > > This patch looks lovely, from the point of view of a read-through > review.
Agreed. To get rid of the initialization we could use 4 static constant arrays (we could even partially overlap them to save memory), but that's probably not a significant improvement. -- Philip