blob: 82a52ab026a71b4e0fbd4ac34a88ec511eb9975b [file] [log] [blame]
#ifndef AUTONLIST_H
struct autonlist {
char *symbol;
struct nlist nl[2];
struct autonlist *left, *right;
};
#define AUTONLIST_H
#endif