comparison src/macterm.h @ 78501:1677cf1c2509

Replace `iff' in comments.
author Glenn Morris <rgm@gnu.org>
date Wed, 08 Aug 2007 07:49:21 +0000
parents 922696f363b0
children fc2bcd2a8aad e5a68f18fcb9
comparison
equal deleted inserted replaced
78500:f3583f35fc6a 78501:1677cf1c2509
148 int mouse_face_image_state; 148 int mouse_face_image_state;
149 149
150 char *mac_id_name; 150 char *mac_id_name;
151 151
152 /* The number of fonts actually stored in the font table. 152 /* The number of fonts actually stored in the font table.
153 font_table[n] is used and valid iff 0 <= n < n_fonts. 0 <= 153 font_table[n] is used and valid if 0 <= n < n_fonts. 0 <=
154 n_fonts <= font_table_size and font_table[i].name != 0. */ 154 n_fonts <= font_table_size and font_table[i].name != 0. */
155 int n_fonts; 155 int n_fonts;
156 156
157 /* Pointer to bitmap records. */ 157 /* Pointer to bitmap records. */
158 struct mac_bitmap_record *bitmaps; 158 struct mac_bitmap_record *bitmaps;