Annotation of 43BSDReno/contrib/isode-beta/others/quipu/uips/pod/symtab.h, revision 1.1.1.1

1.1       root        1: /*
                      2:  * $Header: /f/osi/others/quipu/uips/pod/RCS/symtab.h,v 7.0 90/06/12 13:15:59 mrose Exp $
                      3:  */
                      4: 
                      5: /*
                      6:  * $Log:       symtab.h,v $
                      7:  * Revision 7.0  90/06/12  13:15:59  mrose
                      8:  * *** empty log message ***
                      9:  * 
                     10:  * Revision 1.5  90/04/26  10:21:44  emsrdsm
                     11:  * *** empty log message ***
                     12:  * 
                     13:  * Revision 1.4  90/04/25  13:48:11  emsrdsm
                     14:  * i) lint'ed
                     15:  * 
                     16:  * Revision 1.3  90/04/20  10:28:46  emsrdsm
                     17:  * (i) fixed form bug
                     18:  * 
                     19:  * Revision 1.2  90/04/18  18:48:46  emsrdsm
                     20:  * i) added logging
                     21:  * 
                     22:  * Revision 1.1  90/04/10  16:45:57  emsrdsm
                     23:  * Initial revision
                     24:  * 
                     25:  */
                     26: 
                     27: #ifndef SYMTAB
                     28: #define SYMTAB
                     29: 
                     30: 
                     31: typedef struct tab_entry {
                     32:        char *val;
                     33:        char *name;
                     34:        struct tab_entry *next;
                     35:       } *table_entry;
                     36: 
                     37: #define NULLSYM (table_entry) 0
                     38: 
                     39: #endif
                     40: 

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.