| OLD | NEW |
| 1 /* | 1 /* |
| 2 * Copyright © 2007,2008,2009 Red Hat, Inc. | 2 * Copyright © 2007,2008,2009 Red Hat, Inc. |
| 3 * Copyright © 2012,2013 Google, Inc. | 3 * Copyright © 2012,2013 Google, Inc. |
| 4 * | 4 * |
| 5 * This is part of HarfBuzz, a text shaping library. | 5 * This is part of HarfBuzz, a text shaping library. |
| 6 * | 6 * |
| 7 * Permission is hereby granted, without written agreement and without | 7 * Permission is hereby granted, without written agreement and without |
| 8 * license or royalty fees, to use, copy, modify, and distribute this | 8 * license or royalty fees, to use, copy, modify, and distribute this |
| 9 * software and its documentation for any purpose, provided that the | 9 * software and its documentation for any purpose, provided that the |
| 10 * above copyright notice and the following two paragraphs appear in | 10 * above copyright notice and the following two paragraphs appear in |
| (...skipping 605 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 616 HB_BUFFER_ASSERT_VAR (buffer, lig_props); | 616 HB_BUFFER_ASSERT_VAR (buffer, lig_props); |
| 617 HB_BUFFER_ASSERT_VAR (buffer, syllable); | 617 HB_BUFFER_ASSERT_VAR (buffer, syllable); |
| 618 } | 618 } |
| 619 | 619 |
| 620 /* Make sure no one directly touches our props... */ | 620 /* Make sure no one directly touches our props... */ |
| 621 #undef unicode_props0 | 621 #undef unicode_props0 |
| 622 #undef unicode_props1 | 622 #undef unicode_props1 |
| 623 #undef lig_props | 623 #undef lig_props |
| 624 #undef glyph_props | 624 #undef glyph_props |
| 625 | 625 |
| 626 | |
| 627 #endif /* HB_OT_LAYOUT_PRIVATE_HH */ | 626 #endif /* HB_OT_LAYOUT_PRIVATE_HH */ |
| OLD | NEW |