[Indic] Help compiler put indic_features table in .rodata
authorBehdad Esfahbod <behdad@behdad.org>
Thu, 28 Feb 2013 01:40:54 +0000 (20:40 -0500)
committerBehdad Esfahbod <behdad@behdad.org>
Thu, 28 Feb 2013 01:40:54 +0000 (20:40 -0500)
commit41732f1fe3ce856d8bb95850635034537b6ba047
treec05e85ebd57a2fac9f664d91645386391f7ae336
parent778d7f844cb330289830c95431269db06ba1c969
[Indic] Help compiler put indic_features table in .rodata

The overridden "or" operator was preventing the flag expression from
being const, and putting the table in .data instead or .rodata.
src/hb-ot-map-private.hh
src/hb-ot-shape-complex-indic.cc