home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.2 (Developer) / NS_dev_3.2.iso / NextDeveloper / Headers / bsd / i386 / label_t.h next >
C/C++ Source or Header  |  1993-10-19  |  319b  |  20 lines

  1. /*
  2.  * Copyright (c) 1992 NeXT Computer, Inc.
  3.  *
  4.  * Intel386 Family:    For setjmp/longjmp (kernel version).
  5.  *
  6.  * HISTORY
  7.  *
  8.  * 20 April 1992 David E. Bohman at NeXT
  9.  *    Created.
  10.  */
  11.  
  12. #ifndef _BSD_I386_LABEL_T_H_
  13. #define _BSD_I386_LABEL_T_H_
  14.  
  15. typedef struct label_t {
  16.     int    val[14];
  17. } label_t;
  18.  
  19. #endif    _BSD_I386_LABEL_T_H_
  20.