Annotation of 43BSD/usr.bin/refer/types.c, revision 1.1.1.1

1.1       root        1: #ifndef lint
                      2: static char *sccsid = "@(#)types.c     4.1 (Berkeley) 5/6/83";
                      3: #endif
                      4: 
                      5: #if LONG
                      6: # define ptr long
                      7: # define uptr long
                      8: # define getp getl
                      9: # define putp putl
                     10: # define MONE -1L
                     11: extern long getl();
                     12: #else
                     13: # define ptr int
                     14: # define uptr unsigned
                     15: # define getp getw
                     16: # define putp putw
                     17: # define MONE -1
                     18: #endif

unix.superglobalmegacorp.com

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