00001 #ifndef AUTONLIST_H 00002 00003 struct autonlist { 00004 char *symbol; 00005 struct nlist nl[2]; 00006 struct autonlist *left, *right; 00007 }; 00008 00009 #define AUTONLIST_H 00010 #endif