2020.10.27

This commit is contained in:
Seymour Shlien
2020-10-28 10:48:00 -04:00
parent 5a81dc34fe
commit af08248997
8 changed files with 183 additions and 124 deletions

View File

@@ -104,7 +104,11 @@ struct feature {
featuretype type;
float xleft, xright, ydown, yup;
float x;
void* item;
/* [JA] 2020-10-27 */
union {
void *voidptr;
int number;
}item;
};
/* structure used by both slurs and ties */