|
|
1.1 ! root 1: /* ! 2: * $Header: /f/osi/others/quipu/uips/sd/RCS/symtab.h,v 7.0 90/06/12 13:14:29 mrose Exp $ ! 3: */ ! 4: ! 5: /* ! 6: * $Log: symtab.h,v $ ! 7: * Revision 7.0 90/06/12 13:14:29 mrose ! 8: * *** empty log message *** ! 9: * ! 10: * Revision 1.6 90/04/26 10:36:51 emsrdsm ! 11: * *** empty log message *** ! 12: * ! 13: * Revision 1.5 90/04/25 15:08:03 emsrdsm ! 14: * i) lint'ed ! 15: * ! 16: * Revision 1.4 90/04/20 17:58:14 emsrdsm ! 17: * i) no more freeing ! 18: * ! 19: * Revision 1.3 90/04/18 18:28:28 emsrdsm ! 20: * fixed i) does not move to leaves ! 21: * ii) added default mechanism described using "typeDefaults" file. ! 22: * iii) added 'sorting' to attribute display ! 23: * ! 24: * Revision 1.2 90/03/15 16:33:29 emsrdsm ! 25: * *** empty log message *** ! 26: * ! 27: * Revision 1.1 90/03/09 17:41:09 emsrdsm ! 28: * Initial revision ! 29: * ! 30: * Revision 1.1 90/03/09 13:39:03 emsrdsm ! 31: * Initial revision ! 32: * ! 33: */ ! 34: ! 35: #ifndef SYMTAB ! 36: #define SYMTAB ! 37: ! 38: ! 39: typedef struct tab_entry { ! 40: char *val; ! 41: char *name; ! 42: struct tab_entry *next; ! 43: } *table_entry; ! 44: ! 45: #define NULLSYM (table_entry) 0 ! 46: ! 47: #endif
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.